wesley-cli 0.0.2

Wesley native CLI
1
2
3
4
5
6
7
8
9
10
11
12
13
# wesley-cli

`wesley-cli` installs the native `wesley` command. The CLI exposes Wesley's
Rust compiler kernel, schema inspection commands, schema diffing, and Rust or
TypeScript emitter commands.

The crate is named `wesley-cli` because the bare `wesley` crate name is already
occupied on crates.io.

See the repository
[README](https://github.com/flyingrobots/wesley#readme) and
[architecture guide](https://github.com/flyingrobots/wesley/blob/main/docs/ARCHITECTURE.md)
for the full project context.