Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunojppb/ultimate-monorepo
The monorepo setup you were looking for
https://github.com/brunojppb/ultimate-monorepo
monorepo nextjs nextra pnpm react reactjs turborepo typescript vercel
Last synced: about 1 month ago
JSON representation
The monorepo setup you were looking for
- Host: GitHub
- URL: https://github.com/brunojppb/ultimate-monorepo
- Owner: brunojppb
- Created: 2022-05-29T14:32:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T12:36:07.000Z (about 2 years ago)
- Last Synced: 2024-09-29T02:22:36.507Z (about 2 months ago)
- Topics: monorepo, nextjs, nextra, pnpm, react, reactjs, turborepo, typescript, vercel
- Language: TypeScript
- Homepage:
- Size: 482 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ultimate Monorepo
Welcome to the Ultimate Monorepo. This is a TypeScript monorepo template setup from the ground up to work with the following tools:
* pnpm workspaces
* You can have multiple packages with multiple libraries and applications in the same repo
* [Turborepo](https://turborepo.org/)
* Orchestrating task execution across the repo in a fast and simple way
* [Changesets](https://github.com/changesets/changesets)
* Make sure that your packages are versioned properly and contain their own changelogs
* [Github Actions](https://github.com/features/actions)
* Fully automated tests, builds and releases via workflows