commit-wizard 0.0.2

A lightweight CLI assistant for Conventional Commits, semantic versioning, and changelog automation.
Documentation
1
2
3
4
5
6
7
8
9
pub mod add;
pub mod bump;
pub mod check;
pub mod commit;
pub mod config;
pub mod doctor;
pub mod init;
pub mod push;
pub mod tag;