1.0.7 • Published 4 years ago
kiwi-schema-go v1.0.7
Kiwi Message Format
Forked from https://github.com/evanw/kiwi.git
Usage: kiwig [OPTIONS]
Options:
  --help                Print this message.
  --schema [PATH]       The schema file to use.
  --js [PATH]           Generate JavaScript code.
  --ts [PATH]           Generate TypeScript type definitions.
  --go [PATH]           Generate Go code (tree style).
  --cpp [PATH]          Generate C++ code (tree style).
  --callback-cpp [PATH] Generate C++ code (callback style).
  --skew [PATH]         Generate Skew code.
  --skew-types [PATH]   Generate Skew type definitions.
  --text [PATH]         Encode the schema as text.
  --binary [PATH]       Encode the schema as a binary blob.
  --root-type [NAME]    Set the root type for JSON.
  --to-json [PATH]      Convert a binary file to JSON.
  --from-json [PATH]    Convert a JSON file to binary.
Examples:
  kiwig --schema test.kiwi --js test.js
  kiwig --schema test.kiwi --cpp test.h
  kiwig --schema test.kiwi --skew test.sk
  kiwig --schema test.kiwi --binary test.bkiwi
  kiwig --schema test.bkiwi --text test.kiwi
  kiwig --schema test.kiwi --root-type Test --from-json buffer.json
  kiwig --schema test.kiwi --root-type Test --to-json buffer.bin1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.2
5 years ago
1.0.3
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago
0.8.9
5 years ago
0.8.8
5 years ago
0.8.5
5 years ago
0.8.7
5 years ago
0.8.6
5 years ago
0.8.10
5 years ago
0.8.4
5 years ago
0.8.1
5 years ago
0.8.0
5 years ago
0.8.3
5 years ago
0.8.2
5 years ago
0.7.9
5 years ago
0.7.6
5 years ago
0.7.8
5 years ago
0.7.7
5 years ago
0.6.7
5 years ago
0.7.5
5 years ago
0.6.6
5 years ago
0.6.9
5 years ago
0.6.8
5 years ago
0.7.2
5 years ago
0.7.1
5 years ago
0.7.4
5 years ago
0.7.3
5 years ago
0.7.0
5 years ago
0.6.3
5 years ago
0.6.2
5 years ago
0.6.5
5 years ago
0.6.4
5 years ago
0.6.1
5 years ago
0.5.8
5 years ago
0.5.7
5 years ago
0.5.9
5 years ago
0.5.4
5 years ago
0.5.6
5 years ago
0.5.5
5 years ago
0.6.0
5 years ago
0.5.3
5 years ago
0.5.2
5 years ago
0.5.1
5 years ago
0.5.0
5 years ago