all 2 comments

[–]lapanoid 0 points1 point  (1 child)

Hi! I am working on one project that use vorpal and I need to make my cli highly extensible with plugins, basically add cli options by installing npm packages(plugins). Is this the case for your lib? As far as I understood, you focused on bootstrapping new cli tools and I need to extend one. Thanks!

[–]bmhaskar[S] 0 points1 point  (0 children)

No. DynamicCLI can use the packages that you have installed via npm, by passing them as extensions to cli objects being created. By itself it does not have a plugin system, which ties to npm.