Gitlestial v2 — git productivity CLI: changelog, conventional commit guides, and full git passthrough.
- Site: gitlestial.vercel.app (deploy after push)
- Docs:
/docson the site
npm i -g @techlestial/gitlestialgitlestial changelog
gitlestial changelog --from v1.0.0 --out CHANGELOG.md
gitlestial commit-msg --scope api
gitlestial status # passthrough to gitnpm install
npm run build
npm test
node dist/cli.js changelog -n 10commit-gen was removed. Use real commits with conventional commit format.
MIT · @techlestial