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 +1 -1
- package/package.json +1 -1
- package/templates/npm/README.md +8 -8
- package/templates/pnpm/README.md +6 -6
- package/templates/yarn/README.md +5 -5
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.
|
|
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
package/templates/npm/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Turborepo starter with
|
|
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 [
|
|
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 (
|
|
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/
|
|
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/
|
|
73
|
-
- [Caching](https://turborepo.org/docs/
|
|
74
|
-
- [Remote Caching (Beta)](https://turborepo.org/docs/
|
|
75
|
-
- [Scoped Tasks](https://turborepo.org/docs/
|
|
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)
|
package/templates/pnpm/README.md
CHANGED
|
@@ -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 (
|
|
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/
|
|
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/
|
|
73
|
-
- [Caching](https://turborepo.org/docs/
|
|
74
|
-
- [Remote Caching (Beta)](https://turborepo.org/docs/
|
|
75
|
-
- [Scoped Tasks](https://turborepo.org/docs/
|
|
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)
|
package/templates/yarn/README.md
CHANGED
|
@@ -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/
|
|
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/
|
|
73
|
-
- [Caching](https://turborepo.org/docs/
|
|
74
|
-
- [Remote Caching (Beta)](https://turborepo.org/docs/
|
|
75
|
-
- [Scoped Tasks](https://turborepo.org/docs/
|
|
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)
|