-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(create-printer): support select channel
- Loading branch information
1 parent
68e3525
commit 4e6f338
Showing
24 changed files
with
223 additions
and
79 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,37 @@ | ||
# create-printer | ||
|
||
a easy way to create printer. | ||
a easy way to create [printer](https://github.com/busiyiworld/web-printer). | ||
|
||
## Usage | ||
```bash | ||
pnpm create printer@latest | ||
|
||
# or complete in one step | ||
pnpm create printer@latest web-printer -p vitepress | ||
pnpm create printer@latest web-printer -t vitepress -c chrome | ||
``` | ||
|
||
`-p` means plugin, you can select from: | ||
- vitepress | ||
- mdbook | ||
- juejin | ||
- zhihu | ||
- javascript-info | ||
- xiaobot | ||
- zhubai | ||
- ruanyifeng | ||
- wikipedia | ||
|
||
`-c` means Chromium channel, or version, you can select from: | ||
- chromium | ||
- chrome | ||
- chrome-beta | ||
- chrome-dev | ||
- chrome-canary | ||
- msedge | ||
- msedge-beta | ||
- msedge-dev | ||
- msedge-canary | ||
|
||
## License | ||
|
||
<a href="https://github.com/busiyiworld/web-printer/blob/main/LICENSE">MIT</a> <span>©</span> <a href="https://github.com/ourongxing"><img width=15 src="https://avatars.githubusercontent.com/u/48356807?v=4"></a> |
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 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 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 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 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 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
Oops, something went wrong.