Skip to content

OlegDO/microservices-cli

 
 

Repository files navigation

npm (scoped) GitHub semantic-release

The CLI is a command-line interface tool that helps you to initialize, develop, and maintain your microservices. It embodies best-practice architectural patterns to encourage well-structured apps.

Use npx @lomray/microservices-cli -h to view a list of available commands.

Init new microservices project

npx @lomray/microservices-cli project-name

Create new microservice

npx @lomray/microservices-cli create microservice-name
# or
microservices create microservice-name

Create new microservice with DB support

microservices create microservice-name --with-db

About

CLI for working with microservices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%