This repository serves as a template for new projects in your monorepo.
- Clone this template into your monorepo as a new project directory:
git clone https://github.com/panteleimon-a/monorepo-project-template.git <your-new-project-name> rm -rf <your-new-project-name>/.git
- Initialize a new git repository (if needed):
cd <your-new-project-name> git init
- Start building your project in the
src/directory.
src/— Place your source code heredocs/— Documentation for your project.gitignore— Standard ignores for most languages
For more details, see the main monorepo README.