Skip to content

Commit

Permalink
docs: README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
deot committed Sep 5, 2023
1 parent 682330c commit 4b03f92
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
[npm-updater-image]: https://img.shields.io/npm/v/@deot/dev-updater.svg
[npm-updater-url]: https://www.npmjs.com/package/@deot/dev-deps

[npm-vue-image]: https://img.shields.io/npm/v/@deot/dev-vue.svg
[npm-vue-url]: https://www.npmjs.com/package/@deot/dev-deps

[npm-react-image]: https://img.shields.io/npm/v/@deot/dev-react.svg
[npm-react-url]: https://www.npmjs.com/package/@deot/dev-deps

[npm-image]: https://img.shields.io/npm/v/@deot/dev.svg
[npm-url]: https://www.npmjs.com/package/@deot/dev

Expand All @@ -59,5 +65,9 @@
| [stylelint](packages/stylelint/CHANGELOG.md) | [![npm][npm-stylelint-image]][npm-stylelint-url] |
| [deps](packages/deps/CHANGELOG.md) | [![npm][npm-deps-image]][npm-deps-url] |
| [updater](packages/updater/CHANGELOG.md) | [![npm][npm-updater-image]][npm-updater-url] |
| [vue](packages/vue/CHANGELOG.md) | [![npm][npm-vue-image]][npm-vue-url] |
| [react](packages/react/CHANGELOG.md) | [![npm][npm-react-image]][npm-react-url] |
| [index](packages/index/CHANGELOG.md) | [![npm][npm-image]][npm-url] |



9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@
[npm-updater-image]: https://img.shields.io/npm/v/@deot/dev-updater.svg
[npm-updater-url]: https://www.npmjs.com/package/@deot/dev-updater

[npm-vue-image]: https://img.shields.io/npm/v/@deot/dev-vue.svg
[npm-vue-url]: https://www.npmjs.com/package/@deot/dev-vue

[npm-react-image]: https://img.shields.io/npm/v/@deot/dev-react.svg
[npm-react-url]: https://www.npmjs.com/package/@deot/dev-react

[npm-image]: https://img.shields.io/npm/v/@deot/dev.svg
[npm-url]: https://www.npmjs.com/package/@deot/dev

Expand All @@ -81,8 +87,11 @@
| [stylelint](packages/stylelint) | [![npm][npm-stylelint-image]][npm-stylelint-url] | Stylelint配置项 |
| [deps](packages/deps) | [![npm][npm-deps-image]][npm-deps-url] | 额外依赖提取 |
| [updater](packages/updater) | [![npm][npm-updater-image]][npm-updater-url] | 更新依赖包版本 |
| [vue](packages/vue) | [![npm][npm-vue-image]][npm-vue-url] | `Vue`相关集成 |
| [react](packages/react) | [![npm][npm-react-image]][npm-react-url] | `React`相关集成 |
| [index](packages/index) | [![npm][npm-image]][npm-url] | 当前所有包的合集 |


## Contributing

这是一个 [monorepo](https://en.wikipedia.org/wiki/Monorepo) 仓库 ,使用 [pnpm](https://pnpm.io/) 管理
Expand Down

0 comments on commit 4b03f92

Please sign in to comment.