1.2.12 • Published 2 years ago

kiwig-schema-go v1.2.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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.2.12

2 years ago

1.2.11

2 years ago

1.2.10

2 years ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.28

3 years ago

1.1.27

3 years ago

1.1.26

3 years ago

1.1.25

3 years ago

1.1.24

3 years ago

1.1.23

3 years ago

1.1.22

3 years ago

1.1.21

3 years ago

1.1.20

3 years ago

1.1.19

3 years ago

1.1.18

3 years ago

1.1.17

3 years ago

1.1.16

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

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.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago