https://github.com/initx-collective/initx-plugin-manager
initx plugin manager
https://github.com/initx-collective/initx-plugin-manager
initx initx-plugin plugin-manager
Last synced: 8 months ago
JSON representation
initx plugin manager
- Host: GitHub
- URL: https://github.com/initx-collective/initx-plugin-manager
- Owner: initx-collective
- License: mit
- Created: 2024-11-13T14:13:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-17T10:22:58.000Z (10 months ago)
- Last Synced: 2025-10-10T23:44:12.256Z (8 months ago)
- Topics: initx, initx-plugin, plugin-manager
- Language: TypeScript
- Homepage:
- Size: 347 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## @initx-plugin/manager
`initx` plugin manager
## Usage
```bash
npx initx plugin
```
This command will automatically install `@initx-plugin/manager` if not already installed.
### List
```bash
npx initx plugin list
```
List all installed plugins
### Add
```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
### Update
```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
### Remove
```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
## Documentation
[initx](https://github.com/initx-collective/initx)