Skip to content

Lomray-Software/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