commitcraft 1.1.0

A fast, intelligent CLI tool that generates conventional commit messages using AI
Documentation
1
2
3
4
5
6
7
pub mod cli;
pub mod config;
pub mod git;
pub mod providers;

// Re-export commonly used types for convenience
pub use providers::{AIProvider, GeneratedCommit};