Commit graph

28 commits

Author SHA1 Message Date
Sebastian Davids
c0885e32b9
docs(example): use npx turbo and show filtering (#10500)
Some checks failed
Lint / Formatting (push) Has been cancelled
Cleanup branch caches / cleanup (push) Has been cancelled
JS Package Tests / JS Package Tests (macos, Node 18) (push) Has been cancelled
JS Package Tests / JS Package Tests (ubuntu, Node 18) (push) Has been cancelled
JS Package Tests / JS Package Tests (macos, Node 20) (push) Has been cancelled
JS Package Tests / JS Package Tests (ubuntu, Node 20) (push) Has been cancelled
JS Package Tests / JS Package Tests (macos, Node 22) (push) Has been cancelled
JS Package Tests / JS Package Tests (ubuntu, Node 22) (push) Has been cancelled
Turborepo Native Library Tests / @turbo/repository (macos, Node 18) (push) Has been cancelled
Turborepo Native Library Tests / @turbo/repository (ubuntu, Node 18) (push) Has been cancelled
Turborepo Native Library Tests / @turbo/repository (macos, Node 20) (push) Has been cancelled
Turborepo Native Library Tests / @turbo/repository (ubuntu, Node 20) (push) Has been cancelled
Turborepo Native Library Tests / @turbo/repository (macos, Node 22) (push) Has been cancelled
Turborepo Native Library Tests / @turbo/repository (ubuntu, Node 22) (push) Has been cancelled
Turborepo Test / Find path changes (push) Has been cancelled
Turborepo Test / `with-tailwind` example (push) Has been cancelled
Turborepo Test / Turborepo Test Summary (push) Has been cancelled
Turborepo Test / Cleanup (push) Has been cancelled
Lint / Cleanup (push) Has been cancelled
JS Package Tests / Turborepo JS Test Summary (push) Has been cancelled
Turborepo Test / Turborepo Integration (push) Has been cancelled
Turborepo Test / Rust lints (push) Has been cancelled
Turborepo Test / Turborepo rust check (push) Has been cancelled
Turborepo Test / Turborepo Rust testing on macos (push) Has been cancelled
Turborepo Test / Turborepo Rust testing on ubuntu (push) Has been cancelled
Turborepo Test / Turborepo Rust testing on windows (push) Has been cancelled
Turborepo Test / `basic` example (push) Has been cancelled
Turborepo Test / `kitchen-sink` example (push) Has been cancelled
Turborepo Test / `non-monorepo` example (push) Has been cancelled
Turborepo Test / `with-svelte` example (push) Has been cancelled
### Description

Use `npx turbo` instead of `pnpm` to make the example agnostic of the
chosen package manager.

Show how to filter by package because this is one of the most commonly
used features in a monorepo setup.

---------

Signed-off-by: Sebastian Davids <sdavids@gmx.de>
Co-authored-by: Anthony Shew <anthonyshew@gmail.com>
2025-06-21 15:55:16 +00:00
richardhuf84
1b3ffedabc
docs: fix broken links in useful links section of readme (#10380)
### Description

Update several README files in the examples section, fixing the broken
links in the Useful links section.

The CLI usage link is broken as well. I wasn't sure of the right page,
so I've left it as is. Suggestions welcome! Thank you.

---------

Co-authored-by: Anthony Shew <anthonyshew@gmail.com>
2025-04-29 14:01:58 -06:00
Anthony Shew
4acd1df6bf
docs: migrate to turborepo.com (#10368)
### Description

We're changing `turbo.build` to `turborepo.com`. This PR changes the
strings with a find and replace across the whole of the codebase.

### Testing Instructions

👀
2025-04-23 10:39:37 -06:00
Anthony Shew
d784f63b9a
docs: redirect /repo/docs to /docs (#10232)
### Description

Replaces the `turbo.build/repo/docs` path to `turbo.build/docs` now that
we have moved the documentation for Turbopack to a different place.

### Testing Instructions

A bit tough to review, I apologize. I can break this up into smaller PRs
if we wish (since redirects will be in place for the old path pattern).
2025-04-04 08:13:27 -06:00
Anthony Shew
cbdeecdc88
chore(examples): mark core supported examples (#9707)
### Description

The community has been contributing more and more examples as Turborepo
usage has grown. This is _so exciting_ for those of us on the core team,
but we've had a hard time maintaining so many examples. It's a lot of
work to keep up with the breadth of tools that work great with
Turborepo, and the JavaScript ecosystem moves fast.

Because of this, we've come up with a strategy so that we can set
expectations correctly with the community. We're picking out ~5 examples
that we're committing to maintaining as shining representatives of
JavaScript monorepo greatness, leaving the rest to be maintained by the
community.

We will communicate this directly in `create-turbo` invocations, leaving
a note for users when they pick out a community-supported example.
 
### Testing Instructions
Should not show a `Note` log: `devcreateturbo --example
https://github.com/vercel/turborepo/tree/shew-0f97e/examples/basic`
Should show a `Note` log: `devcreateturbo --example
https://github.com/vercel/turborepo/tree/shew-0f97e/examples/with-docker`
2025-01-17 13:06:59 -05:00
Thomas Knickman
e14855ddbd
feat(examples): utm source (#9641) 2024-12-20 19:36:15 +00:00
Anthony Shew
e7a1bef4c1
Set engine on create-turbo. (#6568)
🚂
2023-11-24 12:41:28 -05:00
Thomas Knickman
737b65b4bc
feat(examples): update READMEs for create-turbo (#4451) 2023-04-11 13:59:18 -04:00
Imamuzzaki Abu Salam
6f38d988df
examples/basic is using PNPM, not Yarn (#3488)
This project example uses PNPM as the package manager, but the README.md
guide uses PNPM at first and Yarn for the rest of the command docs.

Co-authored-by: Mehul Kar <mehul.kar@vercel.com>
2023-02-06 11:05:51 +00:00
Thomas Knickman
53c778653c
feat(examples): use pnpm by default (#2820) 2022-11-23 12:07:25 -05:00
Thomas Knickman
a8b6551bbc
feat(examples): add non-monorepo starter (#2650) 2022-11-09 15:13:03 -05:00
Nathan Hammond
7f1bb8a504
Correct all domain and repository references. (#2508)
* Correct all domain references.
* Update URL paths.
* Adjust repository name.
* Update external links.
* Correct internal anchor links.
* No more relative links.
* Update infoLink URLs to not redirect.
* Remove outdated links.
* Update hashes.
2022-11-01 00:55:37 +08:00
Mehul Kar
f3310e9cb6
Update degit instructions in examples with new repo address (#2396) 2022-10-26 18:57:49 -07:00
Mehul Kar
b1ae207659
Add degit instructions for all examples (#1884)
Fixes #1852
Fixes #1781
Fixes #1738
Fixes #1600

(and others like it)
2022-09-08 01:00:26 +00:00
Thomas Knickman
01204326e5
feat(examples): add svelte (#1458)
A basic svelte example. 

Replaces https://github.com/vercel/turborepo/pull/1184 and https://github.com/vercel/turborepo/pull/244

**NOTE**: There is no shared `ts-config` package here because of how svelte sets up it's ts-config inheritance. The base config is auto generated in a set location (`.svelte-kit`). There are a few open issues about adjusting this for better monorepo support (relevant issues: https://github.com/sveltejs/kit/issues/4052, https://github.com/microsoft/TypeScript/issues/29118#issuecomment-1152511469)
2022-06-29 19:27:12 +00:00
Thomas Knickman
50f14f61f2
chore(remotecache): remove beta wording (#1350)
Remote cache is no longer in beta!

See the changelog for more information:
https://vercel.com/changelog/vercel-remote-cache-is-now-generally-available
2022-06-08 16:47:47 +00:00
Jared Palmer
38956b586d
Update eslint naming in examples and add lint script to ui package (#1174) 2022-05-03 14:10:56 -04:00
Nathan Hammond
3ff28fd32f
Better ESLint configuration examples (#1172)
Our `eslint` configurations in examples were not actually relying on the `eslint`-recommended approach to sharing configurations and were instead directly requiring files. This switches the approach to what ESLint would recommend.

Originally detected by @darrylblake in #1151, this corrects all of our examples.
2022-05-03 13:10:43 +00:00
Jared Palmer
f389841813
Rename /features to /core-concepts (#1133) 2022-04-27 15:54:36 -04:00
Jared Palmer
78a8f5308e
Update README.md 2022-03-14 19:54:26 -04:00
Jared Palmer
8994b1d30b
Update README.md 2022-03-14 19:54:11 -04:00
Jared Palmer
a3c066bf0c
Add @types/node to examples and template (#623) 2022-01-27 08:16:39 -05:00
Karel Verschraegen
80a20d87ba Use correct casing for TypeScript 2021-12-11 17:49:31 +01:00
Jared Palmer
cf9a26c60f Replace all caps yarn 2021-12-10 12:27:23 -08:00
Jared Palmer
ce7ee0e36b Fix templates backticks 2021-12-09 09:36:09 -08:00
Jared Palmer
e99eb0932c Use @latest everywhere npx is used 2021-12-09 06:26:09 -08:00
molebox
bf2c63f0e5 Updated example readmes 2021-12-09 12:50:44 +01:00
Jared Palmer
a5bd101d3a Add Yarn and PNPM examples/starter turborepos 2021-12-06 11:40:51 -08:00