Skip to content

Commit

Permalink
release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed May 21, 2022
1 parent bf98d21 commit 5fe40db
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
| Package | Description | Version (click for changelogs) |
| -------------------------------------------------------- | :--------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------- |
| [@quick-start/create-electron](packages/create-electron) | An easy way to start an Electron project | [![create-electron version](https://img.shields.io/npm/v/@quick-start/create-electron.svg?label=%20)](packages/create-electron/CHANGELOG.md) |
| [@quick-start/create-docs](packages/create-docs) | An easy way to generate a static site | [![create-docs version](https://img.shields.io/npm/v/@quick-start/create-docs.svg?label=%20)](packages/create-docs/CHANGELOG.md) |

## Contribution

Expand Down
6 changes: 6 additions & 0 deletions packages/create-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### v1.0.0 (_2022-05-21_)

#### Features

- `create-docs` init
- 4 templates supported
5 changes: 5 additions & 0 deletions packages/create-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ $ pnpm create @quick-start/docs

Then follow the prompts!

## Recommended Theme

[VitePress-Theme-Vue](https://alex8088.github.io/vitepress-theme-vue/) base on @vue/theme, more practical and comprehensive.

## Powered By

- [VitePress](https://vitepress.vuejs.org/)
- [VitePress-Theme-Vue](https://alex8088.github.io/vitepress-theme-vue/)
- [Vite](https://vitejs.dev/)
- [Vue](https://vuejs.org/)
2 changes: 1 addition & 1 deletion packages/create-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quick-start/create-docs",
"version": "1.0.0-alpha.0",
"version": "1.0.0",
"description": "An easy way to generate a static site",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 5fe40db

Please sign in to comment.