@yerofey/cryptowallet-cli 1.6.1 → 1.6.2
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 +5 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -11,8 +11,12 @@
|
|
|
11
11
|
# via Yarn
|
|
12
12
|
$ yarn global add @yerofey/cryptowallet-cli
|
|
13
13
|
|
|
14
|
-
#
|
|
14
|
+
# via NPM
|
|
15
15
|
$ npm i -g @yerofey/cryptowallet-cli
|
|
16
|
+
|
|
17
|
+
# via Homebrew
|
|
18
|
+
$ brew tap yerofey/cryptowallet && brew install cryptowallet
|
|
19
|
+
# (it is building from scratch, so might took a while - like a minute or so)
|
|
16
20
|
```
|
|
17
21
|
|
|
18
22
|
## Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yerofey/cryptowallet-cli",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"homepage": "https://github.com/yerofey/cryptowallet-cli",
|
|
5
5
|
"author": "Yerofey S. <pm@yerofey.dev> (https://github.com/yerofey)",
|
|
6
6
|
"bin": {
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"node": ">=6"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
|
+
"build:release": "./bin/generate.sh",
|
|
14
15
|
"test": "ava"
|
|
15
16
|
},
|
|
16
17
|
"files": [
|