reef-cli 0.1.0

CLI for the Reef framework. Scaffolds new apps, manages migrations, deploys NixOS images. See https://reef.rs.
# reef-cli

Command-line tool for the [Reef](https://reef.rs) framework.

> **Status: pre-release placeholder.** Full CLI functionality moves here
> from `cargo-reef` in an upcoming version. For the current scaffolder,
> use `cargo install cargo-reef` and invoke as `cargo reef new my-app`.

## Future usage

```bash
cargo install reef-cli
reef new my-app
reef db:push
reef migrate run
reef deploy
```

See [reef.rs](https://reef.rs) for documentation and [the GitHub
repository](https://github.com/reef-rs/reef) for development status.