taskit

0.0.0 • Public • Published

task

The best project ever.


Install

$ npm install task -g

Usage

$ task

var task = require('timing-task'); task() .load(function(next) { // send email }) .load(function(next) {

}) .timer(function(timer) { timer.every(2).hour(); timer.today(); }) .directory('path/to/task') .worker(4) .run();

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.0
    1

Package Sidebar

Install

npm i taskit

Weekly Downloads

1

Version

0.0.0

License

none

Last publish

Collaborators

  • popomore