-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
白云苍狗
committed
Oct 30, 2023
1 parent
5da5618
commit 99ac68f
Showing
17 changed files
with
23 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# vitepress theme async | ||
|
||
```bash | ||
# npm | ||
npm create async-create-theme@latest my-first-blog | ||
|
||
# yarn | ||
yarn create async-create-theme my-first-blog | ||
|
||
# pnpm | ||
pnpm create async-create-theme my-first-blog | ||
|
||
# bun | ||
bunx async-create-theme my-first-blog --bun | ||
``` |
4 changes: 2 additions & 2 deletions
4
packages/async-cli/package.json → packages/create-theme/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "async-cli", | ||
"name": "async-create-theme", | ||
"version": "0.0.0", | ||
"repository": "[email protected]:MaLuns/vitepress-theme-async.git", | ||
"author": "白云苍狗 <[email protected]>", | ||
"license": "MIT", | ||
"keywords": [ | ||
"vitepress-theme", | ||
"blog-theme", | ||
"async-cli" | ||
"create-theme" | ||
], | ||
"bin": { | ||
"async-cli": "./dist/index.js" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters