Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

API Reference

git-std is built on five crates. The four library crates implement domain logic only — no CLI, no git operations, no terminal output.

CrateDescriptiondocs.rs
git-stdCLI binary — orchestrates I/O, git, configdocs.rs/git-std
standard-commitConventional commit parsing, lintingdocs.rs/standard-commit
standard-versionVersion bump (semver + calver), file detectiondocs.rs/standard-version
standard-changelogChangelog generation from conventional commitsdocs.rs/standard-changelog
standard-githooksHook file format parsing, shim generationdocs.rs/standard-githooks