deepsweet / start

:red_circle: Functional task runner for Node.js
https://start.js.org/
MIT License
476 stars 19 forks source link

4.0 #3

Closed deepsweet closed 8 years ago

deepsweet commented 8 years ago
"scripts": {
  "start": "start ./tasks"
}
npm start build
npm start dev
npm start lint
npm start test
npm start tdd
npm start cover
npm start travis