@apisurf/ngn
v1.0.3
Published
CLI scheduler for Node tasks. Automate and monitor Javascript and Typescript tasks.
Downloads
267
Maintainers
Readme
ngn task scheduler
CLI scheduler for Node tasks. Automate, monitor and orchestrate Javascript and Typescript tasks by single CLI command.
Installation
Global installation
npm install -g @apisurf/ngn
ngn <command>Or use without installing
npx @apisurf/ngn <command>Cheat sheet:
ngn --version # check current version
ngn init # initialize ngn inside current folder
ngn add test.ts # add a task file
ngn run # start running all tasks
ngn run test.ts # start running tasks by glob match
ngn once test.ts # run once by glob match