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 components copilot-instructions islands monorepo turborepo ui
Last synced: 7 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T10:24:53.000Z (11 months ago)
- Last Synced: 2025-03-15T22:51:18.141Z (7 months ago)
- Topics: astro, components, copilot-instructions, islands, monorepo, turborepo, ui
- Language: Astro
- Homepage:
- Size: 500 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
```