Add `remove` command to the CLI and open-source the plugin
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 287
- Forks
- 58
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 17
Description
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(oruninstall) subcommand to the CLI, e.g.npx plugins remove <plugin-name> - Open-source
pluginsCLI
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the TypeScript entry point for the npx plugins CLI and reading the existing add command. Clarify how plugin removal should work and what publishing the CLI source entails. Done means a usable remove or uninstall subcommand and an openly inspectable, contribution-ready plugin source.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100