# cargo-witgen
## Installation
```bash
$ cargo install cargo-witgen
```
## Usage
```bash
$ cargo witgen
cargo-witgen 0.1.0
USAGE:
cargo witgen <SUBCOMMAND>
OPTIONS:
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
generate Generate wit files
help Print this message or the help of the given subcommand(s)
```
## Development
```bash
$ cargo install --path .
```