@c-time/frelio-cli 1.4.3 → 1.4.4
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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @frelio
|
|
1
|
+
# @c-time/frelio-cli
|
|
2
2
|
|
|
3
3
|
Frelio CMS のプロジェクトセットアップと管理を行う CLI ツール。
|
|
4
4
|
|
|
@@ -114,13 +114,13 @@ wrangler login
|
|
|
114
114
|
## インストール
|
|
115
115
|
|
|
116
116
|
```bash
|
|
117
|
-
npx @frelio
|
|
117
|
+
npx @c-time/frelio-cli init
|
|
118
118
|
```
|
|
119
119
|
|
|
120
120
|
npm でグローバルインストールする場合:
|
|
121
121
|
|
|
122
122
|
```bash
|
|
123
|
-
npm install -g @frelio
|
|
123
|
+
npm install -g @c-time/frelio-cli
|
|
124
124
|
frelio init
|
|
125
125
|
```
|
|
126
126
|
|