Shank CLI that extracts IDL from your Rust Solana program code annotated with shank macro attributes. This IDL can then be fed to solita in order to generate low level TypeScript SDK for that particular Rust program.
sh
cargo install shank-cli
_Coming soon ... _
```
USAGE:
shank
OPTIONS: -h, --help Print help information
SUBCOMMANDS: help Print this message or the help of the given subcommand(s) idl ```
``` USAGE: shank idl [OPTIONS]
OPTIONS:
-h, --help Print help information
-o, --out-dir
Apache-2.0