0.0.7 • Published 5 years ago

cronie v0.0.7

Weekly downloads
13
License
UNLICENSED
Repository
github
Last release
5 years ago

cronie

Simple tool for running cronjobs without crond.

Table of contents

Install

npm global install cronie

Usage

Run curl google.com when time matches "* * * * *"

cronie run "* * * * *" curl google.com

Run ping google.com and restart it when time matches "* * * * *"

cronie restart "* * * * *" ping google.com
0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago