@initx-plugin/manager
v0.5.0
Published
initx plugin manager
Readme
@initx-plugin/manager
initx plugin manager
Usage
npx initx plugin <command>This command will automatically install @initx-plugin/manager if not already installed.
List
npx initx plugin listList all installed plugins
Add
# npx initx plugin add <plugin-name>
npx initx plugin add git
# Skip search and install directly
npx initx plugin add @initx-plugin/git --rawThis command will search and install @initx-plugin/git or initx-plugin-git
If there are multiple, let the user choose
Options:
--raw- Skip search and install with the exact name provided
Update
npx initx plugin updateDetect the versions of all plugins and update the plugins that need to be updated
Automatically filter local development plugins
Remove
# npx initx plugin remove <plugin-name>
npx initx plugin remove gitThis command will remove @initx-plugin/git or initx-plugin-git
If there are multiple, let the user choose
