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
- Host: GitHub
- URL: https://github.com/graviton-code-editor/sample-plugin
- Owner: Graviton-Code-Editor
- Created: 2020-04-24T09:06:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T15:27:59.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T04:33:56.581Z (8 months ago)
- Topics: editor, graviton, node, template
- Language: JavaScript
- Homepage:
- Size: 616 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
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
```