Graviton-Code-Editor / graviton-cli

A Graviton CLI to install,uninstall,update plugins and other things. (Deprecated, only works in v1.X)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graviton CLI

MadeForGraviton

Installing & updating

$ npm install graviton-cli -g

A CLI for Graviton to interact with plugins and detect updates.

Help command

$ graviton --help

Check the Graviton's version and build

$ graviton -v

Installing Plugins

$ graviton -i RepoOwner/RepoName

Uninstalling Plugins

$ graviton -u PluginName

Updating Plugins

$ graviton --update RepoOwner/RepoName

Basic Plugin template

$ graviton --new plugin

Contributing

Runing it from the source:

$ git clone https://github.com/Graviton-Code-Editor/graviton-cli.git

$ cd graviton-cli

(Might require root permissions, in that case run it in sudo)

$ npm install -g .

About

A Graviton CLI to install,uninstall,update plugins and other things. (Deprecated, only works in v1.X)

License:MIT License


Languages

Language:JavaScript 100.0%