Skip to content

panteleimon-a/monorepo-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Monorepo Project Template

This repository serves as a template for new projects in your monorepo.

How to Use

  1. 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
  2. Initialize a new git repository (if needed):
    cd <your-new-project-name>
    git init
  3. Start building your project in the src/ directory.

Structure

  • src/ — Place your source code here
  • docs/ — Documentation for your project
  • .gitignore — Standard ignores for most languages

For more details, see the main monorepo README.

About

Template repository for new projects in the monorepo. Includes README, src/, docs/, and .gitignore.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors