See type-sitter for more information. This is the command-line tool which generates typed-safe wrappers for tree-sitter nodes.
If a project depends on this (and as with type-sitter-proc), it must also depend on type-sitter-lib and tree-sitter.
```shell
cargo install type-sitter-cli
type-sitter-cli path/to/node-types.json ```
```shell
type-sitter-cli vendor/tree-sitter-rust/node-types.json -o generated_src --use-wrapper
type-sitter-cli --help ```