Ability to combine multiple groups#67
Conversation
|
love it. I'll review from my desktop later today and merge. on the "dropping dependencies" I would not hardcore that, instead a --flag to I disable them, and perhaps an Env variable (so your use-case would still apply) let me know if you're willing to make those adjustments in the PR (before I tackle them) |
yeah, the flag/env var would probably work too. If you can just take my PR as base idea and modify it (I think also README file will need some mods too) to follow main philosophy of this project :) |
Not sure if you will want to merge this or not, but this literally allows consumers to have multiple groups combined, ie:
One caveat though (at least for my own needs I've dropped
dependenciescompletely from package.json and rely instead of name+Dependencies, i.e. prodDependencies, devDependencies, coreDependencies and so on)