ferro-cli 0.2.24

CLI for scaffolding Ferro web applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! ferro-cli library surface.
//!
//! The CLI binary lives in `src/main.rs`. This library exists so integration
//! tests (and potentially other tooling) can call into the deploy-scaffold
//! helpers without going through the CLI shell.

pub mod ai;
pub mod analyzer;
pub mod commands;
pub mod deploy;
pub mod doctor;
pub mod project;
pub mod templates;