You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you accept a PR to refactor this library into a library and a CLI consuming that library? I expect most users only need a library. At least that's true for my own use case.
Quite a lot of the dependencies come from the CLI. E.g. the following are used only in bin.js:
help-me
pump
joycon
strip-json-comments
minimist
There may be others that are pulled in by the CLI transitively and not through the library entry points
The text was updated successfully, but these errors were encountered:
Would you accept a PR to refactor this library into a library and a CLI consuming that library? I expect most users only need a library. At least that's true for my own use case.
Quite a lot of the dependencies come from the CLI. E.g. the following are used only in
bin.js
:help-me
pump
joycon
strip-json-comments
minimist
There may be others that are pulled in by the CLI transitively and not through the library entry points
The text was updated successfully, but these errors were encountered: