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

https://github.com/adbayb/poc-monorepo

🧪 Monorepo example
https://github.com/adbayb/poc-monorepo

monorepo proof-of-concept

Last synced: 8 days ago
JSON representation

🧪 Monorepo example

Awesome Lists containing this project

README

        




🧪 Monorepo


Monorepo explorations including task runners, versioning management, and package publishing


Conventional Commit Status




## 🚀 Quickstart

**1️⃣ Install**

```shell
pnpm install
```

**2️⃣ Enjoy**

```shell
pnpm dev
```


## 👨‍💻 Commands

All main commands are listed below. For other less frequent commands, you can still check the root `package.json`:

| Name | Description |
| ------- | --------------------------------------------------------------------------------------------------- |
| `dev` | Watches for libraries changes in development mode |
| `build` | Builds all library-like packages in production mode |
| `start` | Runs start command in all packages (mainly for starting servers or CLI main command when available) |
| `clean` | Cleans all monorepo build artifacts |
| `check` | Analyses and lists all potential static errors across the monorepo |
| `fix` | Fixes all fixable monorepo errors (such as formatting issues, lint rules...) |
| `test` | Runs all tests across the monorepo |