@cnb-rs/cli-win32-x64 1.0.0-alpha.14 → 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 CHANGED
@@ -1,8 +1,13 @@
1
1
  # @cnb-rs/cli
2
2
 
3
- **Unofficial [CNB](https://cnb.cool) command-line tool built with Rust.**
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
- 在终端中高效管理你的 CNB 平台资源。
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
- | Version | Status |
20
- | ------- | ------ |
21
- | 22 LTS | ✅ |
22
- | 24 LTS | ✅ |
23
- | 26+ | ✅ |
24
+ |Version|Status|
25
+ |-|-|
26
+ |22 LTS|✅|
27
+ |24 LTS|✅|
28
+ |26+|✅|
24
29
 
25
30
  ## Supported Platforms
26
31
 
27
- | Platform | Architecture |
28
- | -------------- | ------------ |
29
- | Linux | x64, arm64 |
30
- | macOS (Darwin) | x64, arm64 |
31
- | Windows | x64, arm64 |
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
- - 文档站: <https://cnb.wwvo.fun>
36
- - 仓库: <https://cnb.cool/wwvo/cnb-rs/cnb-rs>
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/bin/cnb-rs.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cnb-rs/cli-win32-x64",
3
- "version": "1.0.0-alpha.14",
3
+ "version": "1.0.0-alpha.16",
4
4
  "description": "Platform-specific binary for @cnb-rs/cli (win32 x64)",
5
5
  "repository": {
6
6
  "type": "git",