We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3578f84 commit fc23b67Copy full SHA for fc23b67
README.md
@@ -18,3 +18,26 @@ vasques chooses the [buf's styleguide](https://buf.build/docs/style-guide) as th
18
|float|double||
19
|boolean|bool||
20
|Object|Message||
21
+
22
+## Install
23
24
+```
25
+# install from source
26
+$ go get github.com/scbizu/vasques #Can be used as a binary directly with your $GOPATH set
27
+# or outside $GOPATH/bin and GO111MODULE = ON
28
+# install homebrew-gomod at first
29
+$ brew install FiloSottile/gomod/brew-gomod
30
+$ brew gomod github.com/scbizu/vasques
31
32
33
+or download the complied release from GitHub Release
34
35
+## Usage
36
37
38
+$ vasques --json path/to/your_json_file.json -d path/to/your_proto_file.proto
39
40
41
+Explore more example json to proto files in the example directory
42
43
0 commit comments