@pubcore/generator-rest
v1.3.0
Published
create package scaffolding for pubcore rest component
Downloads
2
Keywords
Readme
Commandline tool create a pubcore component for a RESTful api scaffolding
Prerequisites
- latest version of nodejs
- latest version of npm
It will create/setup minimum package structure for
- pubcore component for a @pubcore/node-composition
- eslint
- testing via express and mocha
- coverage via nyc
How to use
- create a directory (convention: lower case, dash-separated)
mkdir my-api
- and change into it
cd my-api
- execute
npx -p yo -p @pubcore/generator-rest yo @pubcore/rest
- (optional) execute prepared test example to check installation
npm run test