minimalcommit
minimalcommit copied to clipboard
🛠config: add configuration to create custom types
fixes #25
CHANGELOG:
- added
minimalcommit.config.js
- placed choices list to config file
- added two custom types:
👷 chore
and🚀 deploy
@khattakdev Can you please review my PR?
@mafzaldev The minimalcommit.config.js
should be in the user directory, not in the npm package, similar to the way Prettier works.
Also - we are not adding more types to the default list. That will be up to the user to modify them.
What are you referring to "user directory"?
What are you referring to "user directory"?
The person who will be using this package via npm install...
should be able to override the types in minimalcommit.config.js