Skip to content

Latest commit

History

History
29 lines (23 loc) 路 460 Bytes

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