Hello Dev.to community! π
As a developer, I often found myself repeating the same Git commands over and over again during my workflow...
So I built a small CLI tool called gitNull
to make that easier!
π‘ What is gitNull
?
A lightweight GitFlow helper written in Node.js.
It automates common git actions like:
gitNull start-feature <name>
gitNull finish-feature <name>
-
gitNull push
β adds, commits and pushes in one command
With a retro CLI look and some colorful feedback thanks to chalk
and figlet
.
π§ Why I built it
I love clean workflows, and I always wished Git had something a bit more guided.
I didnβt want a full GUI β just a faster terminal flow.
This is my first attempt at building a CLI tool, and I'm sharing it to get feedback and ideas from the community.
πΌοΈ Screenshot
π GitHub
Check it out on GitHub:
https://github.com/faithreborn/gitnull
π Iβd love your feedback!
Whether you're a CLI junkie, a GitFlow user, or someone who just hates typing long commands β
Iβd really appreciate if you give it a try and tell me what you think. β€οΈ
Any feedback, issues or PRs are welcome!
Thanks for reading π
Top comments (0)