cgx-cli 0.1.8

CLI for cgx — turn any Git repository into a queryable knowledge graph
1
2
3
4
5
6
pub mod app;
pub mod graph_widget;
pub mod layout;

pub use app::{App, AppMode};
pub use graph_widget::GraphWidget;