Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 460 Bytes

readme.md

File metadata and controls

29 lines (23 loc) · 460 Bytes

🎨 Sample Plugin

Sample plugin for Graviton Editor

📜 Usage

Clone the repository in your .graviton2/plugins:

git clone https://github.com/Graviton-Code-Editor/sample-plugin.git

Go inside it:

cd sample-plugin

Install the dependencies:

npm install

Run for development:

npm run watch

To make a build (optional):

npm run build