Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xiaodong2008/mono-starter
- Owner: xiaodong2008
- License: mit
- Created: 2024-05-16T04:10:38.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-18T05:34:10.000Z (8 months ago)
- Last Synced: 2024-05-18T08:38:48.851Z (8 months ago)
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)