@cnb-rs/cli 1.0.0-alpha.15 → 1.0.0-alpha.16
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 +42 -15
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
# @cnb-rs/cli
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[![npm][badge-npm]][npm]
|
|
4
|
+
[![Node][badge-node]][npm]
|
|
5
|
+
[![Downloads][badge-downloads]][npm]
|
|
6
|
+
[![Release][badge-release]][cnb-releases]
|
|
7
|
+
[![CNB Repo][badge-cnb]][cnb-repo]
|
|
8
|
+
[![License][badge-license]][license]
|
|
4
9
|
|
|
5
|
-
|
|
10
|
+
Unofficial [CNB][cnb] command-line tool built with Rust.
|
|
6
11
|
|
|
7
12
|
## Install
|
|
8
13
|
|
|
@@ -16,25 +21,47 @@ npx @cnb-rs/cli --help
|
|
|
16
21
|
|
|
17
22
|
## Supported Node.js Versions
|
|
18
23
|
|
|
19
|
-
|
|
|
20
|
-
|
|
21
|
-
|
|
|
22
|
-
|
|
|
23
|
-
|
|
|
24
|
+
|Version|Status|
|
|
25
|
+
|-|-|
|
|
26
|
+
|22 LTS|✅|
|
|
27
|
+
|24 LTS|✅|
|
|
28
|
+
|26+|✅|
|
|
24
29
|
|
|
25
30
|
## Supported Platforms
|
|
26
31
|
|
|
27
|
-
|
|
|
28
|
-
|
|
29
|
-
|
|
|
30
|
-
|
|
|
31
|
-
|
|
|
32
|
+
|Platform|Architecture|
|
|
33
|
+
|-|-|
|
|
34
|
+
|Linux|x64, arm64|
|
|
35
|
+
|macOS (Darwin)|x64, arm64|
|
|
36
|
+
|Windows|x64, arm64|
|
|
32
37
|
|
|
33
38
|
## Documentation
|
|
34
39
|
|
|
35
|
-
-
|
|
36
|
-
-
|
|
40
|
+
- [文档站][docs]
|
|
41
|
+
- [仓库][cnb-repo]
|
|
37
42
|
|
|
38
43
|
## License
|
|
39
44
|
|
|
40
|
-
GPL-3.0-or-later
|
|
45
|
+
[GPL-3.0-or-later][license]
|
|
46
|
+
|
|
47
|
+
<!-- badges (alpha 阶段使用 /next tag;正式版发布后取消注释切换到 latest) -->
|
|
48
|
+
|
|
49
|
+
<!-- [badge-npm]: https://img.shields.io/npm/v/@cnb-rs/cli?style=flat-square -->
|
|
50
|
+
<!-- [badge-node]: https://img.shields.io/node/v/@cnb-rs/cli?style=flat-square -->
|
|
51
|
+
<!-- [badge-license]: https://img.shields.io/npm/l/@cnb-rs/cli?style=flat-square -->
|
|
52
|
+
|
|
53
|
+
[badge-npm]: https://img.shields.io/npm/v/@cnb-rs/cli/next?style=flat-square
|
|
54
|
+
[badge-node]: https://img.shields.io/node/v/@cnb-rs/cli/next?style=flat-square
|
|
55
|
+
[badge-downloads]: https://img.shields.io/npm/dm/@cnb-rs/cli?style=flat-square
|
|
56
|
+
[badge-release]: https://cnb.cool/wwvo/cnb-rs/cnb-rs/-/badge/release
|
|
57
|
+
[badge-cnb]: https://img.shields.io/badge/CNB-wwvo%2Fcnb--rs-2F80ED?style=flat-square&logo=cloudnativebuild&logoColor=white
|
|
58
|
+
[badge-license]: https://img.shields.io/badge/license-GPL--3.0--or--later-blue?style=flat-square
|
|
59
|
+
|
|
60
|
+
<!-- links -->
|
|
61
|
+
|
|
62
|
+
[npm]: https://www.npmjs.com/package/@cnb-rs/cli
|
|
63
|
+
[cnb-releases]: https://cnb.cool/wwvo/cnb-rs/cnb-rs/-/releases
|
|
64
|
+
[cnb-repo]: https://cnb.cool/wwvo/cnb-rs/cnb-rs
|
|
65
|
+
[cnb]: https://cnb.cool
|
|
66
|
+
[docs]: https://cnb.wwvo.fun
|
|
67
|
+
[license]: https://cnb.cool/wwvo/cnb-rs/cnb-rs/-/blob/main/LICENSE
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cnb-rs/cli",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.16",
|
|
4
4
|
"description": "Unofficial CNB command-line tool built with Rust",
|
|
5
5
|
"bin": {
|
|
6
6
|
"cnb-rs": "bin/cli.js"
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"url": "https://cnb.cool/wwvo/cnb-rs/cnb-rs/-/issues"
|
|
30
30
|
},
|
|
31
31
|
"optionalDependencies": {
|
|
32
|
-
"@cnb-rs/cli-darwin-arm64": "1.0.0-alpha.
|
|
33
|
-
"@cnb-rs/cli-darwin-x64": "1.0.0-alpha.
|
|
34
|
-
"@cnb-rs/cli-linux-arm64": "1.0.0-alpha.
|
|
35
|
-
"@cnb-rs/cli-linux-x64": "1.0.0-alpha.
|
|
36
|
-
"@cnb-rs/cli-win32-arm64": "1.0.0-alpha.
|
|
37
|
-
"@cnb-rs/cli-win32-x64": "1.0.0-alpha.
|
|
32
|
+
"@cnb-rs/cli-darwin-arm64": "1.0.0-alpha.16",
|
|
33
|
+
"@cnb-rs/cli-darwin-x64": "1.0.0-alpha.16",
|
|
34
|
+
"@cnb-rs/cli-linux-arm64": "1.0.0-alpha.16",
|
|
35
|
+
"@cnb-rs/cli-linux-x64": "1.0.0-alpha.16",
|
|
36
|
+
"@cnb-rs/cli-win32-arm64": "1.0.0-alpha.16",
|
|
37
|
+
"@cnb-rs/cli-win32-x64": "1.0.0-alpha.16"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|