1.3.0 • Published 4 years ago

@pubcore/generator-rest v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Build Status

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

1) create a directory (convention: lower case, dash-separated)

mkdir my-api

2) and change into it

cd my-api

3) execute

npx -p yo -p @pubcore/generator-rest yo @pubcore/rest

4) (optional) execute prepared test example to check installation

npm run test
1.3.0

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago