create-turbo 1.2.5 → 1.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -31,7 +31,7 @@ var import_chalk = __toESM(require("chalk"));
31
31
 
32
32
  // package.json
33
33
  var name = "create-turbo";
34
- var version = "1.2.5";
34
+ var version = "1.2.6";
35
35
  var description = "Create a new Turborepo";
36
36
  var homepage = "https://turborepo.org";
37
37
  var license = "MPL-2.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turborepo.org",
6
6
  "license": "MPL-2.0",
@@ -1,10 +1,10 @@
1
- # Turborepo starter with NPM
1
+ # Turborepo starter with npm
2
2
 
3
3
  This is an official starter turborepo.
4
4
 
5
5
  ## What's inside?
6
6
 
7
- This turborepo uses [NPM](https://www.npmjs.com/) as a package manager. It includes the following packages/apps:
7
+ This turborepo uses [npm](https://www.npmjs.com/) as a package manager. It includes the following packages/apps:
8
8
 
9
9
  ### Apps and Packages
10
10
 
@@ -26,7 +26,7 @@ This turborepo has some additional tools already setup for you:
26
26
 
27
27
  ## Setup
28
28
 
29
- This repository is used in the `npx create-turbo@latest` command, and selected when choosing which package manager you wish to use with your monorepo (NPM).
29
+ This repository is used in the `npx create-turbo@latest` command, and selected when choosing which package manager you wish to use with your monorepo (npm).
30
30
 
31
31
  ### Build
32
32
 
@@ -48,7 +48,7 @@ npm run dev
48
48
 
49
49
  ### Remote Caching
50
50
 
51
- 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.
51
+ Turborepo can use a technique known as [Remote Caching (Beta)](https://turborepo.org/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.
52
52
 
53
53
  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:
54
54
 
@@ -69,9 +69,9 @@ npx turbo link
69
69
 
70
70
  Learn more about the power of Turborepo:
71
71
 
72
- - [Pipelines](https://turborepo.org/docs/features/pipelines)
73
- - [Caching](https://turborepo.org/docs/features/caching)
74
- - [Remote Caching (Beta)](https://turborepo.org/docs/features/remote-caching)
75
- - [Scoped Tasks](https://turborepo.org/docs/features/scopes)
72
+ - [Pipelines](https://turborepo.org/docs/core-concepts/pipelines)
73
+ - [Caching](https://turborepo.org/docs/core-concepts/caching)
74
+ - [Remote Caching (Beta)](https://turborepo.org/docs/core-concepts/remote-caching)
75
+ - [Scoped Tasks](https://turborepo.org/docs/core-concepts/scopes)
76
76
  - [Configuration Options](https://turborepo.org/docs/reference/configuration)
77
77
  - [CLI Usage](https://turborepo.org/docs/reference/command-line-reference)
@@ -26,7 +26,7 @@ This turborepo has some additional tools already setup for you:
26
26
 
27
27
  ## Setup
28
28
 
29
- This repository is used in the `npx create-turbo@latest` command, and selected when choosing which package manager you wish to use with your monorepo (PNPM).
29
+ This repository is used in the `npx create-turbo@latest` command, and selected when choosing which package manager you wish to use with your monorepo (pnpm).
30
30
 
31
31
  ### Build
32
32
 
@@ -48,7 +48,7 @@ pnpm run dev
48
48
 
49
49
  ### Remote Caching
50
50
 
51
- 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.
51
+ Turborepo can use a technique known as [Remote Caching (Beta)](https://turborepo.org/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.
52
52
 
53
53
  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:
54
54
 
@@ -69,9 +69,9 @@ pnpx turbo link
69
69
 
70
70
  Learn more about the power of Turborepo:
71
71
 
72
- - [Pipelines](https://turborepo.org/docs/features/pipelines)
73
- - [Caching](https://turborepo.org/docs/features/caching)
74
- - [Remote Caching (Beta)](https://turborepo.org/docs/features/remote-caching)
75
- - [Scoped Tasks](https://turborepo.org/docs/features/scopes)
72
+ - [Pipelines](https://turborepo.org/docs/core-concepts/pipelines)
73
+ - [Caching](https://turborepo.org/docs/core-concepts/caching)
74
+ - [Remote Caching (Beta)](https://turborepo.org/docs/core-concepts/remote-caching)
75
+ - [Scoped Tasks](https://turborepo.org/docs/core-concepts/scopes)
76
76
  - [Configuration Options](https://turborepo.org/docs/reference/configuration)
77
77
  - [CLI Usage](https://turborepo.org/docs/reference/command-line-reference)
@@ -48,7 +48,7 @@ yarn run dev
48
48
 
49
49
  ### Remote Caching
50
50
 
51
- 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.
51
+ Turborepo can use a technique known as [Remote Caching (Beta)](https://turborepo.org/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.
52
52
 
53
53
  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:
54
54
 
@@ -69,9 +69,9 @@ npx turbo link
69
69
 
70
70
  Learn more about the power of Turborepo:
71
71
 
72
- - [Pipelines](https://turborepo.org/docs/features/pipelines)
73
- - [Caching](https://turborepo.org/docs/features/caching)
74
- - [Remote Caching (Beta)](https://turborepo.org/docs/features/remote-caching)
75
- - [Scoped Tasks](https://turborepo.org/docs/features/scopes)
72
+ - [Pipelines](https://turborepo.org/docs/core-concepts/pipelines)
73
+ - [Caching](https://turborepo.org/docs/core-concepts/caching)
74
+ - [Remote Caching (Beta)](https://turborepo.org/docs/core-concepts/remote-caching)
75
+ - [Scoped Tasks](https://turborepo.org/docs/core-concepts/scopes)
76
76
  - [Configuration Options](https://turborepo.org/docs/reference/configuration)
77
77
  - [CLI Usage](https://turborepo.org/docs/reference/command-line-reference)