Skip to content

Commit

Permalink
re-org READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
tknickman committed Apr 10, 2023
1 parent 0bfddba commit 18d9caa
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 120 deletions.
12 changes: 4 additions & 8 deletions examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is an official starter Turborepo.

## Using this example

Run the following command:

```sh
npx create-turbo@latest
```
Expand All @@ -28,14 +32,6 @@ This Turborepo has some additional tools already setup for you:
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting

## Using this example

Run the following command:

```sh
npx create-turbo@latest
```

### Build

To build all apps and packages, run the following command:
Expand Down
12 changes: 4 additions & 8 deletions examples/kitchen-sink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is an official starter Turborepo with multiple meta-frameworks all working in harmony and sharing packages.

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e kitchen-sink
```
Expand Down Expand Up @@ -31,11 +35,3 @@ This Turborepo has some additional tools already setup for you:
- [ESLint](https://eslint.org/) for code linting
- [Jest](https://jestjs.io) test runner for all things JavaScript
- [Prettier](https://prettier.io) for code formatting

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e kitchen-sink
```
12 changes: 4 additions & 8 deletions examples/non-monorepo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

This is an official starter Turborepo.

```sh
npx create-turbo@latest -e non-monorepo
```

## What's inside?

This Turborepo uses a single, non-monorepo project (in this case, a single Next.js application). Since [Turborepo 1.6](https://turbo.build/blog/turbo-1-6-0#any-codebase-can-use-turborepo), you can use Turborepo for non-monorepo projects as well as monorepos.

## Using this example

Run the following command:
Expand All @@ -18,6 +10,10 @@ Run the following command:
npx create-turbo@latest -e non-monorepo
```

## What's inside?

This Turborepo uses a single, non-monorepo project (in this case, a single Next.js application). Since [Turborepo 1.6](https://turbo.build/blog/turbo-1-6-0#any-codebase-can-use-turborepo), you can use Turborepo for non-monorepo projects as well as monorepos.

### Build

To build all apps and packages, run the following command:
Expand Down
12 changes: 4 additions & 8 deletions examples/with-changesets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is an official React design system starter powered by Turborepo. Versioning and package publishing is handled by [Changesets](https://github.com/changesets/changesets) and fully automated with GitHub Actions.

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-changesets
```
Expand All @@ -28,14 +32,6 @@ This Turborepo has some additional tools already setup for you:
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-changesets
```

### Useful commands

- `yarn build` - Build all packages and the docs site
Expand Down
12 changes: 4 additions & 8 deletions examples/with-create-react-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is an official starter Turborepo.

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-create-react-app
```
Expand All @@ -28,11 +32,3 @@ This Turborepo has some additional tools already setup for you:
- [ESLint](https://eslint.org/) for code linting
- [Jest](https://jestjs.io) test runner for all things JavaScript
- [Prettier](https://prettier.io) for code formatting

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-create-react-app
```
12 changes: 4 additions & 8 deletions examples/with-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is an official Docker starter Turborepo.

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-docker
```
Expand All @@ -23,14 +27,6 @@ This turborepo uses [Yarn](https://classic.yarnpkg.com/lang/en/) as a package ma

Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-docker
```

### Docker

This repo is configured to be built with Docker, and Docker compose. To build all apps in this repo:
Expand Down
12 changes: 4 additions & 8 deletions examples/with-gatsby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is an official starter turborepo.

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-gatsby
```
Expand All @@ -28,14 +32,6 @@ This turborepo has some additional tools already setup for you:
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-gatsby
```

### Build

To build all apps and packages, run the following command:
Expand Down
12 changes: 4 additions & 8 deletions examples/with-npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is an official starter Turborepo.

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-npm
```
Expand All @@ -28,14 +32,6 @@ This Turborepo has some additional tools already setup for you:
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-npm
```

### Build

To build all apps and packages, run the following command:
Expand Down
12 changes: 4 additions & 8 deletions examples/with-prisma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is an official starter turborepo.

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-prisma
```
Expand Down Expand Up @@ -78,14 +82,6 @@ yarn run db:seed

For further more information on migrations, seeding & more, we recommend reading through the [Prisma Documentation](https://www.prisma.io/docs/).

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-prisma
```

### Build

To build all apps and packages, run the following command:
Expand Down
12 changes: 4 additions & 8 deletions examples/with-react-native-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is an official starter Turborepo.

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-react-native-web
```
Expand All @@ -26,11 +30,3 @@ This Turborepo has some additional tools already setup for you:
- [Expo](https://docs.expo.dev/) for native development
- [TypeScript](https://www.typescriptlang.org/) for static type checking
- [Prettier](https://prettier.io) for code formatting

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-react-native-web
```
12 changes: 4 additions & 8 deletions examples/with-rollup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is an official starter Turborepo, showing how Turborepo can be used with Rollup for bundling a `ui` package.

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-rollup
```
Expand All @@ -27,14 +31,6 @@ This Turborepo has some additional tools already setup for you:
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-rollup
```

### Build

To build all apps and packages, run the following command:
Expand Down
12 changes: 4 additions & 8 deletions examples/with-svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is an official starter Turborepo.

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-svelte
```
Expand All @@ -26,11 +30,3 @@ This Turborepo has some additional tools already setup for you:
- [TypeScript](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-svelte
```
12 changes: 4 additions & 8 deletions examples/with-tailwind/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is an official starter Turborepo.

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-tailwind
```
Expand Down Expand Up @@ -45,11 +49,3 @@ This Turborepo has some additional tools already setup for you:
- [TypeScript](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-tailwind
```
12 changes: 4 additions & 8 deletions examples/with-vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is an official starter Turborepo.

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-vite
```
Expand All @@ -28,11 +32,3 @@ This Turborepo has some additional tools already setup for you:
- [ESLint](https://eslint.org/) for code linting
- [Jest](https://jestjs.io) test runner for all things JavaScript
- [Prettier](https://prettier.io) for code formatting

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-vite
```
12 changes: 4 additions & 8 deletions examples/with-yarn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is an official starter Turborepo.

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-yarn
```
Expand All @@ -28,14 +32,6 @@ This Turborepo has some additional tools already setup for you:
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting

## Using this example

Run the following command:

```sh
npx create-turbo@latest -e with-yarn
```

### Build

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

0 comments on commit 18d9caa

Please sign in to comment.