ferro-cli-0.1.67 is not a library.
Ferro CLI
A CLI tool for scaffolding Ferro web applications.
Installation
Usage
Create a new project
This will interactively prompt you for:
- Project name
- Description
- Author
Non-interactive mode
Skip git initialization
Generated Project Structure
myapp/
├── Cargo.toml
├── .gitignore
└── src/
├── main.rs
└── controllers/
├── mod.rs
└── home.rs
License
MIT