Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 598 Bytes

File metadata and controls

27 lines (20 loc) · 598 Bytes

Acode Plugin Template

Get started by cloning

git clone https://github.com/hallofcodes/acode-plugin-template.git my-plugin

Install the packages

pnpm install || npm install

Build the Plugin

pnpm build || npm run build

Start live reload

This keeps rebuilding the plugin everytime you make a saved changes.

pnpm start-dev || npm run start-dev

After build completes, it generate a dist.zip file at the project root directory, you can install the plugin and also publish it.

By Hall Of Codes Team