@offckb/cli 0.3.0-canary-eea3da1.0 → 0.3.0-canary-05b62d0.0
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 +6 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,6 +52,12 @@ Start building on CKB blockchain, right now, right away!
|
|
|
52
52
|
npm install -g @offckb/cli
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
+
or use `pnpm` to install:
|
|
56
|
+
|
|
57
|
+
```sh
|
|
58
|
+
pnpm install -g @offckb/cli
|
|
59
|
+
```
|
|
60
|
+
|
|
55
61
|
_We recommend using [LTS](https://nodejs.org/en/download/package-manager) version of Node to run `offckb`_
|
|
56
62
|
|
|
57
63
|
## Usage
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@offckb/cli",
|
|
3
|
-
"version": "0.3.0-canary-
|
|
3
|
+
"version": "0.3.0-canary-05b62d0.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@offckb/cli",
|
|
9
|
-
"version": "0.3.0-canary-
|
|
9
|
+
"version": "0.3.0-canary-05b62d0.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@ckb-ccc/core": "1.5.3",
|