@lomray/microservices-cli
v1.10.2
Published
CLI for working with microservices
Readme
CLI for microservices
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-nameCreate new microservice
npx @lomray/microservices-cli create microservice-name
# or
microservices create microservice-nameCreate new microservice with DB support
microservices create microservice-name --with-db