Skip to content

Commit 8c54103

Browse files
authored
docs(degit): switch to recommending tiged (#2311)
1 parent f1859e8 commit 8c54103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ create-vite はよく使われているフレームワークの基本的なテ
116116

117117
例えば `https://github.com/user/project` にあるテンプレートについては、`https://github.stackblitz.com/user/project`(プロジェクトの URL の `github` の後に `.stackblitz` を追加)を使ってオンラインで試すことができます。
118118

119-
また、[degit](https://github.com/Rich-Harris/degit) のようなツールを使って、これらのテンプレートからプロジェクトを生成することもできます。プロジェクトが GitHub 上にあり、デフォルトのブランチとして `main` を使用していると仮定すると、次のようにしてローカルコピーを作成できます:
119+
また、[tiged](https://github.com/tiged/tiged) のようなツールを使って、これらのテンプレートからプロジェクトを生成することもできます。プロジェクトが GitHub 上にあり、デフォルトのブランチとして `main` を使用していると仮定すると、次のようにしてローカルコピーを作成できます:
120120

121121
```bash
122-
npx degit user/project#main my-project
122+
npx tiged user/project my-project
123123
cd my-project
124124

125125
npm install

0 commit comments

Comments
 (0)