minimalcommit icon indicating copy to clipboard operation
minimalcommit copied to clipboard

Override default types

Open khattakdev opened this issue 2 years ago • 5 comments

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

khattakdev avatar Oct 16 '23 15:10 khattakdev

Hi! I want to work on this issue!

mafzaldev avatar Oct 16 '23 18:10 mafzaldev

Go for it

khattakdev avatar Oct 17 '23 06:10 khattakdev

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.

mafzaldev avatar Oct 17 '23 15:10 mafzaldev

Try deleting the global package then use npm link minimalcommit but before that link the project (npm link)

khattakdev avatar Oct 17 '23 15:10 khattakdev

Thanks. It worked!

mafzaldev avatar Oct 17 '23 15:10 mafzaldev