glint 6.3.4

a friendly tool for creating commits in the commitlint style
Documentation
1
2
3
4
5
mod commit;
mod log;

pub use commit::commit;
pub use log::log;