README
Installation
Please ensure that your version of NodeJs is greater than 10:
node --version // v10.14.2
First, install Yeoman and generator-web-service npm.
npm install -g yo @sirensolutions/generator-web-service
Then generate your new project:
yo @sirensolutions/web-service
For Developers
To use a generator that exists as a local repository, run npm link
in the repository, then generate your new project the same way:
yo @sirensolutions/web-service
If you make additional changes to the repository, you don't have to rerun npm link
.