Conversation
|
Hi, sorry but I didn't see the original issue (#21) that you raised. Thanks for taking the time to implement it - I'll try and get to looking at this properly next week. Some initial thoughts after scanning through though:
Cheers! |
|
Hi @jwarby, thanks for looking into this. I'm working on VSCode extension that uses this package, and having a config file will allow to use the same settings in the extension and in the npm task. As for your points:
Cheers, |
8a6aaa9 to
be73048
Compare
|
Cool, cheers @apoblock, will try to look at the PR for the fix next week too. Re: the config saving option - it's cool, but to be entirely honest I'm not sure it's worth the extra complexity and added maintenance that it introduces, especially when you consider the fairly low number of CLI arguments that the project supports - ie, I don't think it's too much trouble for users to create the config files by hand as a one-off task. |
Support for optional configuration file, as described in #21
Please take a look @jwarby