@lomray/microservices-cli
v1.9.0
Published
CLI for working with microservices
Downloads
73
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-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