Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 656 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 656 Bytes

plugin-{your-plugin-name}

NPM Downloads

A short description of the plugin and its actions.

Purpose

What is the purpose of this plugin and what exactly does it do.

Configuration

If a configuration is required, add it here.

Scripts

build

Running npm run build will bundle your plugin with Webpack for production.

dev

Running npm run dev will watch your plugin's source code and automatically bundle it with every change.

Usage

Explain the usage of this plugin and its effect on the final build.