bailian-cli-core 1.2.0 → 1.2.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 +1 -1
- package/README.zh.md +14 -0
- package/package.json +1 -1
package/README.md
CHANGED
package/README.zh.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# bailian-cli-core
|
|
2
|
+
|
|
3
|
+
[English](./README.md) | [简体中文](./README.zh.md)
|
|
4
|
+
|
|
5
|
+
[`bailian-cli`](https://www.npmjs.com/package/bailian-cli) 的内部 SDK。
|
|
6
|
+
|
|
7
|
+
不建议直接使用。安装、使用方式与文档请参考 CLI:
|
|
8
|
+
|
|
9
|
+
- npm:<https://www.npmjs.com/package/bailian-cli>
|
|
10
|
+
- 主页:<https://bailian.console.aliyun.com/cli?source_channel=cli_github&>
|
|
11
|
+
|
|
12
|
+
## License
|
|
13
|
+
|
|
14
|
+
Apache-2.0
|
package/package.json
CHANGED