Overview
moleculerjs-boilerplate is shipped with a CLI tool to streamline the creation of new microservices. By using the CLI tool, you may easily add entities, services, tests to your project and have all the required interfaces and imports are automatically created for you.
To start the CLI, you may run the following npm command:
npm run cli
After answering the questions, it will generate files in miliseconds.