/commeasy

A CLI util to make simple semantic commits

Primary LanguageJavaScriptMIT LicenseMIT

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 npx commeasy@latest in a console in the root directory of the project and ENJOY ! ๐ŸŽ‰

Built with ๐Ÿ› ๏ธ

  • NodeJS

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