Problem
The npx plugins CLI only has an add command — there's no way to remove a plugin once it's been added. If you want to uninstall a plugin, you have to do it manually.
Also, it'd be great if the plugin were open-sourced so the community could contribute and inspect the source.
Solution
- Add a
remove (or uninstall) subcommand to the CLI, e.g. npx plugins remove <plugin-name>
- Open-source
plugins CLI
Problem
The
npx pluginsCLI only has anaddcommand — there's no way to remove a plugin once it's been added. If you want to uninstall a plugin, you have to do it manually.Also, it'd be great if the plugin were open-sourced so the community could contribute and inspect the source.
Solution
remove(oruninstall) subcommand to the CLI, e.g.npx plugins remove <plugin-name>pluginsCLI