cronparse
v1.0.0
Published
This library prints cron expression in easy user readable format to show when the script will run.
Readme
Cron Expression Parser
This library prints cron expression in easy user readable format to show when the script will run.
Installation
- Unzip
cronparse.zipfile. - 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"
