Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix templates backticks #141

Merged
merged 1 commit into from
Dec 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions create-turbo/templates/npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,38 +33,38 @@ This repository is used in the `npx create-turbo@latest` command, and selected w

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

´´´
```
cd my-turborepo
npm run build
´´´
```

### Develop

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

´´´
```
cd my-turborepo
npm run dev
´´´
```

### Remote Caching

Turborepo can use a technique known as [Remote Caching (Beta)](https://turborepo.org/docs/features/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching (Beta) you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands:

´´´
```
cd my-turborepo
npx turbo login
´´´
```

This will authenticate the Turborepo CLI with your [Vercel account](https://vercel.com/docs/concepts/personal-accounts/overview).

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your turborepo:

´´´
```
npx turbo link
´´´
```

## Useful Links

Expand Down
16 changes: 8 additions & 8 deletions create-turbo/templates/pnpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,38 +33,38 @@ This repository is used in the `npx create-turbo@latest` command, and selected w

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

´´´
```
cd my-turborepo
pnpm run build
´´´
```

### Develop

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

´´´
```
cd my-turborepo
pnpm run dev
´´´
```

### Remote Caching

Turborepo can use a technique known as [Remote Caching (Beta)](https://turborepo.org/docs/features/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching (Beta) you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands:

´´´
```
cd my-turborepo
npx turbo login
´´´
```

This will authenticate the Turborepo CLI with your [Vercel account](https://vercel.com/docs/concepts/personal-accounts/overview).

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your turborepo:

´´´
```
npx turbo link
´´´
```

## Useful Links

Expand Down
16 changes: 8 additions & 8 deletions create-turbo/templates/yarn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,38 +33,38 @@ This repository is used in the `npx create-turbo` command, and selected when cho

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

´´´
```
cd my-turborepo
yarn run build
´´´
```

### Develop

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

´´´
```
cd my-turborepo
yarn run dev
´´´
```

### Remote Caching

Turborepo can use a technique known as [Remote Caching (Beta)](https://turborepo.org/docs/features/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching (Beta) you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands:

´´´
```
cd my-turborepo
npx turbo login
´´´
```

This will authenticate the Turborepo CLI with your [Vercel account](https://vercel.com/docs/concepts/personal-accounts/overview).

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your turborepo:

´´´
```
npx turbo link
´´´
```

## Useful Links

Expand Down
16 changes: 8 additions & 8 deletions examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,38 +33,38 @@ This repository is used in the `npx create-turbo@latest` command, and selected w

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

´´´
```
cd my-turborepo
yarn run build
´´´
```

### Develop

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

´´´
```
cd my-turborepo
yarn run dev
´´´
```

### Remote Caching

Turborepo can use a technique known as [Remote Caching (Beta)](https://turborepo.org/docs/features/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching (Beta) you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands:

´´´
```
cd my-turborepo
npx turbo login
´´´
```

This will authenticate the Turborepo CLI with your [Vercel account](https://vercel.com/docs/concepts/personal-accounts/overview).

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your turborepo:

´´´
```
npx turbo link
´´´
```

## Useful Links

Expand Down
16 changes: 8 additions & 8 deletions examples/with-pnpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,38 +33,38 @@ This repository is used in the `npx create-turbo@latest` command, and selected w

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

´´´
```
cd my-turborepo
pnpm run build
´´´
```

### Develop

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

´´´
```
cd my-turborepo
pnpm run dev
´´´
```

### Remote Caching

Turborepo can use a technique known as [Remote Caching (Beta)](https://turborepo.org/docs/features/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching (Beta) you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands:

´´´
```
cd my-turborepo
npx turbo login
´´´
```

This will authenticate the Turborepo CLI with your [Vercel account](https://vercel.com/docs/concepts/personal-accounts/overview).

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your turborepo:

´´´
```
npx turbo link
´´´
```

## Useful Links

Expand Down