@xubill/xx-cli 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +6 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xubill/xx-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "个人工具集",
5
5
  "main": "lib/core/index.js",
6
6
  "bin": {
package/readme.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # xx-cli
2
2
 
3
3
  个人开发工具集,支持插件系统,提供常用开发工具功能。
4
+ ```
5
+ 全局安装 xx-cli
6
+ npm i @xubill/xx-cli
4
7
 
5
- npm i -g xx-cli
8
+ 添加插件
9
+ xx p add xxxx.js
10
+ ```