1.0.10 โ€ข Published 1 year ago

commeasy v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 ... ๐ŸŽ

  • Miguel รngel Durรกn - midudev
1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago