Yeoman generator for building .NET Core microservices
First, install Yeoman (we assume you have pre-installed node.js).
npm install -g yo
npm link
Then generate your new project:
yo microservice
Answer a few questions and you are ready to go!
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
- Fork it ( https://github.com/OKTAYKIR/generator-microservice/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Please ⭐️ this repository if this project helped you!
Apache-2.0 © Oktay Kır