Commit graph

7 commits

Author SHA1 Message Date
Anthony Shew
0c9b80db87
examples: Bump turbo to latest (#11100)
### Description

Bumping `turbo` to latest in examples.

### Testing Instructions

CI
2025-11-10 23:48:45 -07: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
83ab8af5e7
chore(examples): upgrade Turborepo version (#10281)
### Description

Bumping `turbo` version in examples.

### Testing Instructions

CI
2025-04-03 13:12:26 -06:00
pudongair
b47702d814
chore: fix some typos (#10196)
### Description

fix some typos


<!--
  ✍️ Write a short summary of your work.
  If necessary, include relevant screenshots.
-->

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->

Signed-off-by: pudongair <744355276@qq.com>
2025-03-19 10:37:53 -04:00
Anthony Shew
f60bf3c339
docs: enhance examples tables (#10173)
### Description

Updating the examples table in docs.

- Uses the `examples/` directory as the source of truth rather than a
JSON hardcode
- Adds validation to examples data (One could argue that this is done in
the wrong part of the repository, but we'll call that a problem for
another day.)
- Updates data in `examples/*/meta.json`

### Testing Instructions

Take a look!:
https://turbo-site-git-shew-5798f.vercel.sh/repo/docs/getting-started/examples#core-maintained-examples

---------

Co-authored-by: Chris Olszewski <chris.olszewski@vercel.com>
2025-03-17 12:39:17 -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
Silvanos Eric
65b07cb408
feat(examples): add example-with-angular (#8140)
### Description
A new example template utilizing Angular has been added to the
`examples` directory.
This template serves as a reference implementation for projects looking
to integrate Angular with the turbo repo ecosystem.

### Screenshots
![Web](https://i.imgur.com/gy8RRct.jpg)
![Docs](https://i.imgur.com/h2sdGXO.jpg)

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->

---------

Co-authored-by: Anthony Shew <anthony.shew@vercel.com>
Co-authored-by: Anthony Shew <anthonyshew@gmail.com>
2025-01-01 01:17:48 -07:00