Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

create-service

Boring Express Microservice Generator

Features

Install

Make sure yeoman is installed

$ yarn global add yo

Then install the generator

$ yarn global add generator-create-service

Usage

Create a new directory

$ mkdir service-name

Then navigate to the created directory and run the following command to generate source

$ yo create-service

This scaffolds out:

├── src
│   ├── components
│   │   └── index.ts
│   ├── app.ts
│   ├── index.ts
├── .dockerignore
├── .env.example
├── .eslintrc.js
├── .huskyrc
├── .lintstagedrc
├── .nvmrc
├── .prettierrc.js
├── Dockerfile
├── package.json
└── tsconfig.json

To generate component, please use @boringcodes/create-service-component

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Authors

BoringCodes

License

MIT

You can’t perform that action at this time.