Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 768 Bytes

File metadata and controls

36 lines (25 loc) · 768 Bytes

@techlestial/gitlestial

Gitlestial v2 — git productivity CLI: changelog, conventional commit guides, and full git passthrough.

Install

npm i -g @techlestial/gitlestial

Commands

gitlestial changelog
gitlestial changelog --from v1.0.0 --out CHANGELOG.md
gitlestial commit-msg --scope api
gitlestial status   # passthrough to git

Develop

npm install
npm run build
npm test
node dist/cli.js changelog -n 10

v2 breaking change

commit-gen was removed. Use real commits with conventional commit format.

MIT · @techlestial