ferro-cli 0.2.2

CLI for scaffolding Ferro web applications
docs.rs failed to build ferro-cli-0.2.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: ferro-cli-0.2.24

Ferro CLI

A CLI tool for scaffolding Ferro web applications.

Installation

cargo install ferro-cli

Usage

Create a new project

ferro new myapp

This will interactively prompt you for:

  • Project name
  • Description
  • Author

Non-interactive mode

ferro new myapp --no-interaction

Skip git initialization

ferro new myapp --no-git

Generated Project Structure

myapp/
├── Cargo.toml
├── .gitignore
└── src/
    ├── main.rs
    └── controllers/
        ├── mod.rs
        └── home.rs

License

MIT