Skip to content
Tyler Kellen edited this page Feb 27, 2014 · 49 revisions

this project is on hold :(

node-task

A specification for javascript tasks.

This project aims to define a low level task API that all task runners can use. Eventually, it is hoped that popular JS libraries will maintain their own task modules (think jshint, stylus, handlebars, etc).

Task runners committed to supporting this spec: Automaton, Brunch, Docpad, Grunt, Mod

Specifications

  • Record - A virtual file format
  • Task - A simple method signature
  • Logging - Notifications