Skip to content
Tyler Kellen edited this page Jan 30, 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, Gulp, Mod

Specifications

  • Record - A virtual file format
  • Task - A simple method signature
  • Logging - Notifications
Clone this wiki locally