0.1.0 • Published 9 months ago
generator-upp-service v0.1.0
Upp Service Generator
This project can be used to scaffold/generate projects for new microservices at Upp.
It currently supports the generation of projects in the following programming languages:
- Node
- Python
Getting Started
Install Yeoman and the scaffolder via npm:
npm install -g yo
npm link
Move into the directory you wish to create your app in (e.g. workspace/) and run the generator:
yo node-upp
The generator will ask you a number of questions, such as:
- projectName
- authorName
- authorEmail
- githubUsername
- projectLanguage
There is one manual step that needs to be performed after the project is created on CircleCI. Log onto Sonarcloud, press the plus on the top-right of the screen and then click "analyse new project". When this page loads then select your project.
0.1.0
9 months ago