An open API service indexing awesome lists of open source software.

https://github.com/graviton-code-editor/sample-plugin

🎨 Sample Plugin for Graviton v2
https://github.com/graviton-code-editor/sample-plugin

editor graviton node template

Last synced: 8 months ago
JSON representation

🎨 Sample Plugin for Graviton v2

Awesome Lists containing this project

README

          

## 🎨 Sample Plugin
Sample plugin for [Graviton Editor](https://github.com/Graviton-Code-Editor/Graviton-App)

### 📜 Usage

Clone the repository in your .graviton2/plugins:
```shell
git clone https://github.com/Graviton-Code-Editor/sample-plugin.git
```

Go inside it:
```shell
cd sample-plugin
```

Install the dependencies:
```shell
npm install
```

Run for development:
```shell
npm run watch
```

To make a build (optional):
```shell
npm run build
```