generator-siamese
v0.0.11
Published
Generator for siamese normalizers.
Downloads
3
Readme
generator-siamese
Generator for Statengine normalizers.
Installation
First, install Yeoman and generator-siamese using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-siamese
Then generate your new project:
yo siamese
Currently, to test updates to the generator:
- run
npm link
locally in the generator directory - update the generator in
yo
- generate a new siamese project
- confirm that the generated project behaves correctly. Linting should be working and an
npm i
followed bynpm test
should run the initial set of tests.
License
GPL-3.0 © Tyler Garner