hubot-cron-checker
Version:
Let hubot explain crontab entry in normal english
22 lines (12 loc) • 686 B
Markdown
# Hubot Cron Checker
[](https://travis-ci.org/mvanduijker/hubot-cron-checker)
[](http://badge.fury.io/js/hubot-cron-checker)
Explains crontab entry in normal english using [prettycron](https://github.com/azza-bazoo/prettycron)
## Usage
For help `hubot exlain me cron`
`hubot explain me cron <cron entry>` to translate the cron entry in plain english. For example `hubot explain me cron 0 0 * * * some_report.sh`
## Installation
```bash
npm install --save hubot-cron-checker
```
Add `hubot-cron-checker` to your `external-scripts.json` file.