This repository contains Node packages that supported javascript task specification.
- Fork this repository.
- Add task's NPM package name and description
{ "name": "task-awesome", "description": "Awesome task" }
intopackages.json
file. - Send a pull request.