minimalcommit
minimalcommit copied to clipboard
Override default types
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 or .minimalcommitrc
Hi! I want to work on this issue!
Go for it
I have added the changes according to the issue's needs. But when I tried to link this project (with updated changes) with my global installation using npm link minimalcommit. It does not show any effect.
Try deleting the global package then use npm link minimalcommit but before that link the project (npm link)
Thanks. It worked!