A minimal monorepo template with:
npm install
npm run bootstrap
Run the following command:
npm run generate service
The 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
*.hbs
file extension and Handlebar template syntax for files with dynamic content.
Look at other service templates in ./templates/services
for further guidance.