0.0.7 • Published 4 years ago

cronie v0.0.7

Weekly downloads
13
License
UNLICENSED
Repository
github
Last release
4 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

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago