Servust is a simple CLI tool to create a new project from a template, kind of like npx create-react-app
but for rust frameworks project.
![crates.io version] ![Crates.io Downloads] ![crates.io license] ![Github image]
Haven't published it anywhere yet, so you'll have to install it using cargo build --release
and then copy the binary to your path.
```bash
USAGE:
servust [OPTIONS] --framework
ARGS:
OPTIONS:
-d, --database
bash
servust --framework actix --orm diesel my-server