Skip to content

sirensolutions/generator-web-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A generator for web services to bootstrap web service structure for plugin developers.

Resources

Stars

Watchers

Forks

Packages

No packages published