1.0.7 • Published 3 years ago

kiwi-schema-go v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.bin
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.8.9

3 years ago

0.8.8

3 years ago

0.8.5

3 years ago

0.8.7

3 years ago

0.8.6

3 years ago

0.8.10

3 years ago

0.8.4

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.8.3

3 years ago

0.8.2

3 years ago

0.7.9

3 years ago

0.7.6

3 years ago

0.7.8

3 years ago

0.7.7

3 years ago

0.6.7

3 years ago

0.7.5

3 years ago

0.6.6

3 years ago

0.6.9

3 years ago

0.6.8

3 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.7.4

3 years ago

0.7.3

3 years ago

0.7.0

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.6.1

3 years ago

0.5.8

3 years ago

0.5.7

3 years ago

0.5.9

3 years ago

0.5.4

3 years ago

0.5.6

3 years ago

0.5.5

3 years ago

0.6.0

3 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago