@lomray/microservices-cli

1.9.0 • Public • Published

CLI for microservices

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

Readme

Keywords

Package Sidebar

Install

npm i @lomray/microservices-cli

Weekly Downloads

209

Version

1.9.0

License

Apache-2.0

Unpacked Size

51.5 kB

Total Files

33

Last publish

Collaborators

  • matthew_patell
  • danial031193