mirror of
https://github.com/strapi/strapi.git
synced 2025-08-05 15:29:04 +00:00
753 B
753 B
Quick start
You can install and uninstall any plugin you want.
Plugin installation
Look at the CLI documentation to install plugin.
Basic usage
Considering you want to install a plugin named content-manager
you can run the following command:
strapi install content-manager
Note: This implies that this plugin is published on the npm registry as
strapi-plugin-content-manager
.
Plugin uninstallation
Look at the CLI documentation to install plugin.
Basic usage
This command will simply removes the plugin folder.
strapi uninstall content-manager
Please refer to the CLI documentation for more information.