Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aqzhyi/oh-my-monorepo

experiment involves partially open-sourcing specific packages, linking a private monorepo with a public monorepo.
https://github.com/aqzhyi/oh-my-monorepo

astro monorepo packages turborepo

Last synced: 4 months ago
JSON representation

experiment involves partially open-sourcing specific packages, linking a private monorepo with a public monorepo.

Awesome Lists containing this project

README

        

> [!IMPORTANT]
>
> # Development
>
> - `turbo` as monorepo
> - `pnpm` as workspaces
> - `biome` as linter
> - `prettier` as formatter
> - `changeset` as angular commits for changelogs, and packages bump

---

> [!NOTE]
>
> npm:`@aqzhyi/google-analytics`

```sh
turbo watch dev -F=@aqzhyi/google-analytics
```

---

> [!NOTE]
>
> npm:`@aqzhyi/astro-react-mantine`

```sh
turbo watch dev -F=@aqzhyi/astro-react-mantine
```