1.2.12 • Published 8 months ago

kiwig-schema-go v1.2.12

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months 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

8 months ago

1.2.11

8 months ago

1.2.10

8 months ago

1.2.9

8 months ago

1.2.8

8 months ago

1.2.7

8 months ago

1.2.6

8 months ago

1.2.5

8 months ago

1.2.4

8 months ago

1.2.3

8 months ago

1.2.2

8 months ago

1.2.1

8 months ago

1.2.0

8 months ago

1.1.28

8 months ago

1.1.27

8 months ago

1.1.26

9 months ago

1.1.25

9 months ago

1.1.24

9 months ago

1.1.23

9 months ago

1.1.22

9 months ago

1.1.21

9 months ago

1.1.20

9 months ago

1.1.19

9 months ago

1.1.18

9 months ago

1.1.17

9 months ago

1.1.16

9 months ago

1.1.15

9 months ago

1.1.14

9 months ago

1.1.13

9 months ago

1.1.12

9 months ago

1.1.11

9 months ago

1.1.10

9 months ago

1.1.9

9 months ago

1.1.8

9 months ago

1.1.7

9 months ago

1.1.6

9 months ago

1.1.5

9 months ago

1.1.4

9 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago