whisker-cli 0.0.1

CLI for the Whisker mobile UI framework. Name reserved; implementation is in active development at the linked repository.
# whisker-cli

CLI for the [Whisker](https://crates.io/crates/whisker) mobile UI framework.

> ⚠️ **This crate is a name-reservation placeholder.**
> The implementation is in active development at:
>
>   <https://github.com/whiskerrs/whisker>

`cargo install whisker-cli` currently installs this placeholder binary,
which prints a notice and exits.

To try the in-progress CLI, install from git:

```bash
cargo install --git https://github.com/whiskerrs/whisker whisker-cli
```

A real `0.1.0` will replace this stub once the public API stabilises.

## License

Licensed under either of

- Apache License, Version 2.0 ([LICENSE-APACHE]https://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT]https://opensource.org/licenses/MIT)

at your option.