Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Latest commit

 

History

History
47 lines (23 loc) · 912 Bytes

readme.md

File metadata and controls

47 lines (23 loc) · 912 Bytes

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 .