Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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