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();

Readme

Keywords

none

Package Sidebar

Install

npm i taskit

Weekly Downloads

1

Version

0.0.0

License

none

Last publish

Collaborators

  • popomore