@tschrock/kaitai-dts
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i @tschrock/kaitai-dts

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

18 kB

Total Files

17

Last publish

Collaborators

  • tschrock