Skip to content

letoast/cloud-native-web-foundation

Repository files navigation

Gitpod ready-to-code

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published