A minimal monorepo template with:
npm installnpm run bootstrap
Run the following command:
npm run generate serviceThe npm run generate command uses plop (https://plopjs.com/).
It all starts with the ./generators/index.js file.
- Create a new directory in
./templates/services. Lower case letters and hyphens only. - Use the
*.hbsfile extension and Handlebar template syntax for files with dynamic content.
Look at other service templates in ./templates/services for further guidance.