# plyx
CLI companion for [Ply](https://plyx.iz.rs), the Rust app engine.
## Install
```bash
cargo install plyx
```
## Commands
| `plyx init` | Scaffold a new Ply project |
| `plyx add` | Add features or fonts to your project |
| `plyx web` | Build for web (WASM) |
| `plyx apk` | Build an Android APK |
| `plyx ios` | Build for iOS |
| `plyx completions` | Generate shell completions |
Run `plyx` with no arguments to see interactive help.
## Links
- [Documentation](https://plyx.iz.rs/docs/getting-started/)
- [Examples](https://plyx.iz.rs/examples/)
- [ply-engine on crates.io](https://crates.io/crates/ply-engine)