romance-core 0.1.0

Core library for Romance CLI code generation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod addon;
pub mod ai_context;
pub mod config;
pub mod entity;
pub mod generator;
pub mod manifest;
pub mod relation;
pub mod scaffold;
pub mod seed;
pub mod template;
pub mod test_runner;
pub mod updater;
pub mod utils;