Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aqzhyi/oh-my-monorepo
- Owner: aqzhyi
- License: mit
- Created: 2024-10-01T00:39:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T11:03:41.000Z (4 months ago)
- Last Synced: 2024-10-27T05:03:01.151Z (4 months ago)
- Topics: astro, monorepo, packages, turborepo
- Language: Astro
- Homepage:
- Size: 419 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```