strapi/docs/3.x.x/en/plugins/quick-start.md
2017-10-12 13:00:07 +02:00

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.