fluxor_cli 1.1.2

Fluxor CLI: a command-line tool that allows developers to quickly and efficiently create project starters for the Fluxor web framework.
Documentation
1
2
3
4
5
6
7
pub mod hello_world;
pub mod routes;
pub mod assets;
pub mod dotenv;
pub mod cans;
pub mod db;
pub mod fluxor;