1.0.0 • Published 2 years ago

@tschrock/kaitai-dts v1.0.0

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

kaitai-dts

Experimental type generator for Kaitai structs.

Note: This is not intended to be a full-featured type generator - it's just a stopgap until the kaitai compiler gets TypeScript support (kaitai-io/kaitai_struct_compiler#165, kaitai-io/kaitai_struct_compiler#233). I'm not going to put much effort into this, though contributions are welcome.

Installation

$ npm i -g @tschrock/kaitai-dts

Usage

$ kaitai-dts <struct_file>

For example:

$ kaitai-dts ./my-data.ksy

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

1.0.0

2 years ago