We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is the boilerplate for new transformers.
To create a new boilerplate, you must:
LICENSE.md
package.json
README.md
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