About
Evac is Node.js based simple aggregator.
Installation
Install with npm:
$ npm install -g evac
evac(1)
Usage: evac [options] <recipe file ...>
Options:
-h, --help output usage information
-V, --version output the version number
-v, --verbose Verbose mode.
-c, --cron Cron mode.
-p, --path [path] Plugin path.
-c, –cron
According to a setup of the file passed by the argument, a job is performed periodically.
Cron patterns suported here extend on the standard Unix format to support seconds digits.
[
{"*/10 * * * *": "/home/hideack/recipe/rss.js"},
{"0 18 * * *": "/home/hideack/recipe/news.js"}
]
-v, –verbose
An execution result is displayed in detail.
-p, –path
In order to use -v
option to set the include path.