evenframe 0.5.0

A unified framework for TypeScript type generation and database schema synchronization
1
2
3
4
5
6
7
8
9
10
11
12
//! Command handlers for the Evenframe CLI.

pub mod check;
pub mod expand;
pub mod generate;
pub mod info;
pub mod init;
pub mod mockmake;
pub mod schemasync;
pub mod test_plugin;
pub mod typesync;
pub mod validate;