- Notifications
You must be signed in to change notification settings - Fork0
A rocket ship that launches in your Hyper terminal when you push code with Git.
License
JavaScriptsShare/gitrocket
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A fun plugin for theHyper terminal that launches a rocketship when you push code with Git.
To use this plugin, first install the plugin in your~/.hyper_pluginsfolder.
$ cd ~/.hyper_plugins$ npm install gitrocketThen add the plugin's name in your~/.hyper.js file as an item in theplugins array.
plugins: [ "gitrocket"],Afterwards, refresh your Hyper terminal withView > Full Reload.
To run a local version of this plugin, clone it in your~/.hyper_plugins/local folder.
$ cd ~/.hyper_plugins/local$ git clone git@github.com:bomanimc/gitrocket.gitThen add the plugin's name in your~/.hyper.js file as an item in theplugins array.
localPlugins: [ "gitrocket"],Afterwards, usenpm run build to create a/dist folder. Lastly, refreshyou terminal.
About
A rocket ship that launches in your Hyper terminal when you push code with Git.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- JavaScript100.0%
