cronparse
v1.0.0
Published
This library prints cron expression in easy user readable format to show when the script will run.
Downloads
3
Readme
Cron Expression Parser
This library prints cron expression in easy user readable format to show when the script will run.
Installation
- Unzip
cronparse.zip
file. - Go inside cronparse directory to install and run project
cd cronparse
. - Run
npm install
. This will install dependencies. - Run
npm install -g .
. this will install cronparse command line utility. - To run project run
cronparse <cronstring>"
for eg .cronparse "*/15 0 1,15 * 1-5 /usr/bin/find"