$ npm install graviton-cli -g
A CLI for Graviton to interact with plugins and detect updates.
$ graviton --help
$ graviton -v
$ graviton -i RepoOwner/RepoName
$ graviton -u PluginName
$ graviton --update RepoOwner/RepoName
$ graviton --new plugin
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 .