Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiaodong2008/mono-starter

A simple template for mono-repo.
https://github.com/xiaodong2008/mono-starter

Last synced: about 1 month ago
JSON representation

A simple template for mono-repo.

Awesome Lists containing this project

README

        

# Mono Starter

This is a starter template for a mono repository, with:

- [PNPM](https://pnpm.io/)
- [TypeScript](https://www.typescriptlang.org/)
- [Biome](https://biomejs.dev/)

## Getting Started

First, create a new repository using this template.

Then, open the project and globally search `***` to replace all placeholders with your project's information.

## Finish Setup

> [!TIP]
> Run `corepack enable` if you don't have `pnpm` installed.

Finally, run the following command to install the dependencies:

```bash
pnpm install
```

## Add Labels

You should add the following labels to your repository.

| Label | Color |
| ---------------------------------- | --------- |
| Status: Needs Triage | `#BFD4F2` |
| Status: To Be Discuss | `#D93F0B` |
| Status: Pending | `#D4C5F9` |
| Status: In Progress | `#0052CC` |
| Status: Solved | `#0E8A16` |
| Resolution: Invalid | `#FFFFFF` |
| Resolution: Cannot Replicate | `#FEF2C0` |
| Resolution: Needs More Information | `#BAE577` |

## Sponsors



## License

MIT License © 2024-PRESENT [xiaodong2008](https://github.com/xiaodong2008)