fullstacksushil / monorepo-template

A starting point for monorepo projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

A starting point for monorepo projects.


Languages

Language:HTML 41.1%Language:JavaScript 36.5%Language:TypeScript 14.4%Language:Shell 8.0%