npm install turbo --global
This Turborepo includes the following 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.json
s used throughout the monorepo
This Turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- Prettier for code formatting
- ESLint for code linting
To build all apps and packages, run the following command:
yarn build
To develop all apps and packages, run the following command:
yarn dev
changeset
changeset version
changeset publish
yarn workspace {package} {script}
Learn more about the power of Turborepo: