Skip to content

michael-mir/turborepo-example

Repository files navigation

Turborepo example

Start

npm install turbo --global

What's inside?

This Turborepo includes the following packages:

Packages

  • @michael-mir/packages-components: a stub React component library
  • @michael-mir/tools-eslint: eslint configurations
  • @michael-mir/tools-prettier: prettier configurations
  • @michael-mir/tools-tsconfig: tsconfig.jsons used throughout the monorepo

Utilities

This Turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

yarn build

Develop

To develop all apps and packages, run the following command:

yarn dev

Versioning & publishing

Add a new changeset

changeset

Create new versions of packages

changeset version

Publish all changed packages to npm

changeset publish

How to run package scripts?

yarn workspace {package} {script}

Useful Links

Learn more about the power of Turborepo:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published