Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.58 KB

README.md

File metadata and controls

65 lines (38 loc) · 1.58 KB

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: