JPeer264 / node-semantic-git-commit-cli

A CLI for semantic git commits
https://www.npmjs.com/package/semantic-git-commit-cli
MIT License
147 stars 11 forks source link

extends mode #30

Open JPeer264 opened 7 years ago

JPeer264 commented 7 years ago

How about something like eslint. They got an extends in their config. This allows us to import commit standards from anybody. It could look like this:

...
"extends": "this-config"
...

Where over our extends will look into node_modules for a package named sgc-config-this-config. It is still allowed to overwrite those extends.

What you think about it @aichbauer ?

aichbauer commented 7 years ago

I think this could be a good enhancement for this tool.