xserver-cli 0.9.9 → 1.0.0-rc.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.
package/README.md CHANGED
@@ -1,17 +1,30 @@
1
- # xserver-cli
2
- NodeJS无服务框架XServer快速开发CLI工具
3
-
4
- [传送门:XServer官网文档](http://www.xserver.top)
5
-
6
- 使用说明
7
- >
8
- npm install xserver-cli -g
9
-
10
- xcli x-koa myproject
11
-
12
-
13
- 帮助联系
14
- >
15
- 作者:cheneyxu
16
- 邮箱:457299596@qq.com
17
- QQ:457299596
1
+ # xserver-cli
2
+
3
+ XServer のレンタルサーバーをターミナルから操作するための公式 CLI ツール。
4
+
5
+ ## インストール
6
+
7
+ ```bash
8
+ npm install -g xserver-cli
9
+ ```
10
+
11
+ ## クイックスタート
12
+
13
+ ```bash
14
+ # APIキーを設定
15
+ xserver auth login
16
+
17
+ # サーバー情報を取得
18
+ xserver server info
19
+
20
+ # 利用可能なコマンドを表示
21
+ xserver --help
22
+ ```
23
+
24
+ ## ドキュメント
25
+
26
+ - [XServer CLI リファレンス](https://developer.xserver.ne.jp/cli/server/)
27
+
28
+ ## ライセンス
29
+
30
+ MIT