@offckb/cli 0.3.0-canary-eea3da1.0 → 0.3.0-canary-fbe7dae.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 CHANGED
@@ -6,7 +6,7 @@
6
6
  [![npm](https://img.shields.io/npm/l/@offckb/cli.svg?maxAge=1000)](https://github.com/jeffijoe/@offckb/cli/blob/master/LICENSE.md)
7
7
  [![node](https://img.shields.io/node/v/@offckb/cli.svg?maxAge=1000)](https://www.npmjs.com/package/@offckb/cli)
8
8
 
9
- **CKB local development network for your first try.**
9
+ CKB local development network for your first try.
10
10
 
11
11
  - One-line command to start a devnet
12
12
  - No docker required
@@ -14,7 +14,9 @@
14
14
  - Built-in scripts like [Omnilock](https://github.com/cryptape/omnilock) and [Spore-contract](https://github.com/sporeprotocol/spore-contract)
15
15
  - Multiple minimal dApp templates to learn and get your hands dirty
16
16
 
17
- Start building on CKB blockchain, right now, right away!
17
+ **Migrate from v0.2.x to v0.3.x:**
18
+
19
+ There are BREAKING CHANGES between v0.2.x and v0.3.x, make sure to read the [migration guide](/docs/migration.md) before upgrading.
18
20
 
19
21
  ## Table of Contents
20
22
 
@@ -52,6 +54,12 @@ Start building on CKB blockchain, right now, right away!
52
54
  npm install -g @offckb/cli
53
55
  ```
54
56
 
57
+ or use `pnpm` to install:
58
+
59
+ ```sh
60
+ pnpm install -g @offckb/cli
61
+ ```
62
+
55
63
  _We recommend using [LTS](https://nodejs.org/en/download/package-manager) version of Node to run `offckb`_
56
64
 
57
65
  ## Usage
@@ -87,7 +87,7 @@ exports.defaultSettings = {
87
87
  },
88
88
  dappTemplate: {
89
89
  gitRepoUrl: `https://github.com/ckb-devrel/offckb`,
90
- gitBranch: 'v0.3.x',
90
+ gitBranch: 'master',
91
91
  gitFolder: 'templates/v3',
92
92
  downloadPath: path.resolve(exports.cachePath, 'download', 'dapp-template'),
93
93
  },
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@offckb/cli",
3
- "version": "0.3.0-canary-eea3da1.0",
3
+ "version": "0.3.0-canary-fbe7dae.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-eea3da1.0",
9
+ "version": "0.3.0-canary-fbe7dae.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@ckb-ccc/core": "1.5.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@offckb/cli",
3
- "version": "0.3.0-canary-eea3da1.0",
3
+ "version": "0.3.0-canary-fbe7dae.0",
4
4
  "description": "ckb development network for your first try",
5
5
  "author": "CKB EcoFund",
6
6
  "license": "MIT",