5.3.2 • Published 4 months ago

@strapi/sdk-plugin v5.3.2

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
4 months ago

sdk-plugin is a set of command line utilities for developing a Strapi plugin

Getting Started

If you're setting up a brand new plugin we recommend you use the init command to get started:

npx @strapi/sdk-plugin@latest init my-plugin

That will create a directory with all your plugin project files.

Once your project has been installed, several commands are available to you.

Commands

All of the following comands have the following options available:

-- -d, --debug – Enable debugging mode with verbose logs (default: false) -- --silent – Don't log anything (default: false) -- -h, --help – Display help for command

init [path]

Creates a new plugin at the given path.

build

Builds your current package based on the configuration in your package.json.

  • --minify – minifies the output (default false).
  • --sourcemap – generates sourcemaps for the output (default true).
yarn run build

watch

Watch & compile your strapi plugin for local development.

yarn run watch

watch:link

Recompiles your plugin automatically on changes and runs yalc push --publish

yarn run watch:link

verify

Verifies the output of your plugin before publishing it

yarn run verify
5.3.2

4 months ago

5.3.1

4 months ago

5.3.0

5 months ago

5.4.0-alpha.0

4 months ago

5.3.0-alpha.1

5 months ago

5.2.8

6 months ago

5.2.7

8 months ago

5.2.4

9 months ago

5.2.3

9 months ago

5.2.2

9 months ago

5.2.1

9 months ago

5.2.0

9 months ago

5.1.1

9 months ago

5.0.2

11 months ago

5.1.0

10 months ago

5.0.1

11 months ago

5.0.0

1 year ago

5.2.3-alpha.0

9 months ago

5.2.3-alpha.1

9 months ago

5.2.3-alpha.2

9 months ago

5.2.6

9 months ago

5.2.5

9 months ago

5.0.0-beta.8

1 year ago

5.0.0-beta.7

1 year ago

5.0.0-beta.6

1 year ago