ono-cli 0.1.0 → 0.1.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/README.md +0 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,16 +8,6 @@
8
8
  npm install -g ono-cli
9
9
  ```
10
10
 
11
- ## 💡 快速使用(无需安装)
12
-
13
- 不想全局安装?你可以直接使用 npx 运行 ono-cli:
14
-
15
- ```bash
16
- npx ono-cli create <project-name>
17
- ```
18
-
19
- 这种方式无需安装,直接运行最新版本的 ono-cli 来创建项目。
20
-
21
11
  ## 📖 使用指南
22
12
 
23
13
  ### 1. 配置脚手架
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ono-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A CLI tool for ono template",
5
5
  "main": "index.js",
6
6
  "bin": "./bin/index.js",