initx plugin manager
npm install @initx-plugin/managerinitx plugin manager
``bash`
npx initx plugin
This command will automatically install @initx-plugin/manager if not already installed.
`bash`
npx initx plugin list
List all installed plugins
`bash`npx initx plugin add
npx initx plugin add git
This command will search and install @initx-plugin/git or initx-plugin-git
If there are multiple, let the user choose
`bash`
npx initx plugin update
Detect the versions of all plugins and update the plugins that need to be updated
Automatically filter local development plugins
`bash`npx initx plugin remove
npx initx plugin remove git
This command will remove @initx-plugin/git or initx-plugin-git`
If there are multiple, let the user choose