velto-cli 0.1.1

A fast and minimal CLI tool for building and running Velto web apps
Documentation
1
2
3
4
5
pub mod new;
pub mod run;

pub use new::create_project;
pub use run::run;