generator-upp-service
v0.1.0
Published
A generator created using yeoman to scaffold Upp.ai backend services.
Downloads
6
Readme
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 linkMove into the directory you wish to create your app in (e.g. workspace/) and run the generator:
yo node-uppThe 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.
