Hello,I've been working on a CLI tool (https://github.com/hvihvi/glnt) that automates all sort of verifications on your git history, such as:does the branch merge with other remote branchesare commits being used by another branchare commit messages properly formatted...It's basically trying to reproduce the dev experience tools like EsLint provide but for all things related to git.It is currently a work in progress, I'm x-posting this here to try and get feedbacks on my current code.Any feedback on the current specs, DX, feature ideas is also very welcome.Thanks in advance!
Submitted February 10, 2019 at 10:47AM by hvihvi
No comments:
Post a Comment