Skip to content

brunojppb/ultimate-monorepo

Repository files navigation

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
    • Orchestrating task execution across the repo in a fast and simple way
  • Changesets
    • Make sure that your packages are versioned properly and contain their own changelogs
  • Github Actions
    • Fully automated tests, builds and releases via workflows