@blutui/courier 1.1.0 → 1.1.1
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 +1 -11
- package/package.json +3 -1
- package/bin/courier +0 -0
package/README.md
CHANGED
|
@@ -6,8 +6,6 @@
|
|
|
6
6
|
|
|
7
7
|
`blutui/courier` The command line tool for Blutui.
|
|
8
8
|
|
|
9
|
-
[](https://codecov.io/gh/blutui/courier)
|
|
10
|
-
|
|
11
9
|
---
|
|
12
10
|
|
|
13
11
|
## Commands
|
|
@@ -81,13 +79,5 @@ courier push
|
|
|
81
79
|
Get the version of Blutui Courier.
|
|
82
80
|
|
|
83
81
|
```sh
|
|
84
|
-
courier
|
|
85
|
-
```
|
|
86
|
-
|
|
87
|
-
## Developing Blutui Courier
|
|
88
|
-
|
|
89
|
-
If you're working on developing the CLI, its recommended that you alias the go command to run the dev version.
|
|
90
|
-
|
|
91
|
-
```sh
|
|
92
|
-
alias courier-dev='go run cmd/courier/main.go'
|
|
82
|
+
courier version
|
|
93
83
|
```
|
package/package.json
CHANGED
package/bin/courier
DELETED
|
Binary file
|