Skip to content
Eric Schoffstall edited this page Feb 14, 2014 · 49 revisions

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
Clone this wiki locally