create-turbo 1.10.17-canary.0 → 1.10.17-canary.10
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -0
- package/dist/cli.js +63 -224
- package/package.json +3 -3
package/README.md
CHANGED
@@ -11,3 +11,10 @@ npx create-turbo@latest
|
|
11
11
|
Then follow the prompts you see in your terminal.
|
12
12
|
|
13
13
|
For more information about Turborepo, [visit turbo.build/repo](https://turbo.build/repo) and follow us on X ([@turborepo](https://x.com/turborepo))!
|
14
|
+
|
15
|
+
## Contributing
|
16
|
+
|
17
|
+
If you're working on updating the `basic` example that `create-turbo` uses and would like to test the end-to-end workflow, you'll need to follow a few steps:
|
18
|
+
|
19
|
+
1. Push your code updates for `basic` to a branch on GitHub.
|
20
|
+
2. Run `./dist/cli.js -e [GITHUB_BRANCH]/examples/basic`.
|