commeasy
v1.0.10
Published
A CLI util to make simple semantic commits
Maintainers
Readme
Commeasy
A CLI util to make simple semantic commits
App Summary 📦
Simple to use tool to help you create simple and semantic commits for your code projects.
You can select different files to STAGE and COMMIT, as well as confirm if there's any existing file already staged pending to be commited.
- You can select from different types of semantic and functional commits
- Define a message for your commit. But take care of the max length! ⚠️
- Commits will be created with the following structure: "{emoji} {commitType}: {commitMessage}"
- You will be prompted for confirmation several times 😜
Commit Types:
- 🆕 feat
- 🐛 fix
- 🔋 perf
- 🛠️ refactor
- 📑 docs
- 🧪 test
- 🏗️ build
Starting 🚀
To add this package to your project just enter npm i commeasy@latest -D in a console in the root directory of the project and ENJOY ! 🎉
To add this package and use it globally just run npx commeasy@latest 🌍
Built with 🛠️
- NodeJS
GitHub 🌍
Dependencies 💻
Authors ✒️
- Miguel Ángel Abad - zerok1986
Disclaimer 🎟️
This package is based in a work done by Miguel Ángel Durán for educational purposes: miduco
License 📄
MIT License
Thanks to ... 🎁
- Miguel Ángel Durán - midudev
