UNPKG

hubot-cron-checker

Version:

Let hubot explain crontab entry in normal english

22 lines (12 loc) 686 B
# Hubot Cron Checker [![Build Status](https://travis-ci.org/mvanduijker/hubot-cron-checker.svg)](https://travis-ci.org/mvanduijker/hubot-cron-checker) [![npm version](https://badge.fury.io/js/hubot-cron-checker.svg)](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.