Skip to content
Rob Loach edited this page May 29, 2015 · 15 revisions

This is the boilerplate for new transformers.

Usage

Build

To create a new boilerplate, you must:

  1. Add your name to LICENSE.md and package.json
  2. Activate Travis CI and Coveralls.
  3. Update module name in package.json and README.md
  4. Let the fun begin!

Update

To update a transform to the latest boilerplate:

git remote add boilerplate git@github.com:jstransformers/boilerplate.git
git fetch --all
git pull boilerplate master
Clone this wiki locally