@microtica/generator-microtica-microservice
v1.0.1
Published
Microtica microservice scaffolding
Downloads
8
Maintainers
Readme
1. Install Yeoman as a global module
sudo npm install -g yo
2. Install Microtica microservice generator
- execute
sudo npm install -g @microtica/generator-microtica-microservice
3. Scaffold new microservice application
- goto the root folder where you want to place the microservice. Application folder will be automatically created
- execute
yo @microtica/microtica-microservice
NOTE: After creating the project structure, node modules will be automatically installed, TypeScript will be compiled and automated tests will be executed.