1.0.3 • Published 7 months ago

cron-jpt v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

CronJPT

CronJPT is a tool which is used to create your cron job command with just a text right in front of your terminal.

Installation

Install cronjpt with npm

npm install -g cron-jpt

If you see an EACCES permissions errors, please use the sudo before npm -g i cron-jpt for Linux/MacOS and right-click your cmd prompt and select Run as Administrator option for windows.

Pro-tip!

You can use the cronjpt without installing directly if you're npm version is greater than or equals to 5.2

npx cronjpt -c "everyday monday at 6AM"

Usage/Examples

cronjpt -c "your cronjob text"
eg: cronjpt -c "everyday monday at 6AM"

API Reference

To create the cron job command

cronjpt -c "your cronjob text"

Get mostly used cronjob commands

  cronjpt -l

Feedback

If you have any feedback, please reach out to us at catsatwork31@gmail.com