Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 687 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 687 Bytes

Installation

Please ensure that your version of NodeJs is 20 or greater:

node --version // v20.10.0

First, install Yeoman and generator-web-service:

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.