Skip to content

This monorepo contains services to support the Cloud Native Web Development book.

Notifications You must be signed in to change notification settings

Cloud-Native-Web-Development/support-services

Repository files navigation

Monorepo Template

A minimal monorepo template with:

Install dependencies

  1. npm install
  2. npm run bootstrap

To add a new service

Run the following command:

npm run generate service

Generators

The npm run generate command uses plop (https://plopjs.com/).

It all starts with the ./generators/index.js file.

Add a new service template

  1. Create a new directory in ./templates/services. Lower case letters and hyphens only.
  2. 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.

About

This monorepo contains services to support the Cloud Native Web Development book.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published