commeasy

1.0.10 • Public • Published

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 ✒️

Disclaimer 🎟️

This package is based in a work done by Miguel Ángel Durán for educational purposes: miduco

License 📄

MIT License

Thanks to ... 🎁

Package Sidebar

Install

npm i commeasy

Weekly Downloads

1

Version

1.0.10

License

MIT

Unpacked Size

8.64 kB

Total Files

6

Last publish

Collaborators

  • zerok1986