Skip to content

Tool for test cron tasks without running cron or adding them to it

Notifications You must be signed in to change notification settings

fant1kua/node-cron-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cron tester

Require

  • Node JS 8.x or higher
  • yarn

Install

git clone [email protected]:fant1kua/node-cron-tester.git
cd cron-tester
yarn install

Configuration

cp tasks.json.example tasks.json

tasks.json

[
  ["* * * * *", "echo hello"]
]

Run

node index.js

About

Tool for test cron tasks without running cron or adding them to it

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published