@sirensolutions/generator-web-service

Generator that allows users to easily create web service drivers

Usage no npm install needed!

<script type="module">
  import sirensolutionsGeneratorWebService from 'https://cdn.skypack.dev/@sirensolutions/generator-web-service';
</script>

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.