Build a Plugin
The simplest plugin
Quick Start
Boilerplate
pnpm dlx aqu create simple-plugin
? Pick package manager: pnpm
? Specify package description: ()
? Package author:
? Git repository (only for package.json information):
? Pick license: MIT
? Pick template: typescript
cd simple-pluginyarn dlx aqu create simple-plugin
? Pick package manager: yarn
? Specify package description: ()
? Package author:
? Git repository (only for package.json information):
? Pick license: MIT
? Pick template: typescript
cd simple-pluginnpx aqu create simple-plugin
? Pick package manager: npm
? Specify package description: ()
? Package author:
? Git repository (only for package.json information):
? Pick license: MIT
? Pick template: typescript
cd simple-pluginInstall Dependencies
Create the Types
Create the Plugin
Create a Test for Your Plugin
Publish Your Plugin to NPM
Make an npm account
Create the package boilerplate
Create a Github Repo
Release the Package
Next Steps
Plugin SystemUsage ExamplesLast updated
Was this helpful?
