umbral-cli 0.0.7

The command-line tool for umbral. Library exposes `dispatch(app)` for user binaries; binary `umbral` is a global scaffolding tool (startproject / startapp).
Documentation
# umbral-cli

The `manage.py` equivalent for umbral. Library exposes `dispatch(app)` for user binaries; binary `umbral` is a global scaffolding tool (startproject / startapp).

This is the command-line tool for the umbral framework. It provides commands such as `migrate`, `makemigrations`, `inspectdb`, and `worker`.

## Install

```bash
cargo install umbral-cli
```

## Documentation

- Guide and reference: https://dalmasonto.github.io/umbral/
- Repository: https://github.com/dalmasonto/umbral
- API reference: https://docs.rs/umbral-cli

## License

Licensed under either of MIT or Apache-2.0, at your option.