minimalcommit
minimalcommit copied to clipboard
A minimalist approach toward git commits to keep commits simple.
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.  Currently, if there are no commits, it returns: ⛔️ Whops! No files available to commit. ⛔️ Whops! You haven't...
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`...
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.
### 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...