minimalcommit icon indicating copy to clipboard operation
minimalcommit copied to clipboard

A minimalist approach toward git commits to keep commits simple.

Results 9 minimalcommit issues
Sort by recently updated
recently updated
newest added

This PR will fix #30. If --help or -h arguments are passed, show help info and exit the process.

`mct --help` or `mct -h` should always return info info. ![image](https://github.com/khattakdev/minimalcommit/assets/37709578/d8394258-5a53-4188-a94f-12bfbdcd12f0) Currently, if there are no commits, it returns: ⛔️ Whops! No files available to commit. ⛔️ Whops! You haven't...

good first issue
High Priority

fixes #25 CHANGELOG: - added `minimalcommit.config.js` - placed choices list to config file - added two custom types: `👷 chore` and `🚀 deploy`

Create a `CHANGELOG.md` file with the following content: ``` # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a...

Users should have an option to override the default types by adding/modifying/removing the types according to their project needs. This will be possible by having a configuration file, say `minimalcommit.config.js`...

hacktoberfest

A command (`mct --setup`) which creates a local config file with the default values/types. Read #25 for context. This PR has a dependency on #25.

enhancement
hacktoberfest

### I noticed that the minimal commit does **no**t have any **release tags**. As a user, it would be helpful to have a way to easily identify the different versions...