Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A rocket ship that launches in your Hyper terminal when you push code with Git.

License

NotificationsYou must be signed in to change notification settings

JavaScriptsShare/gitrocket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A fun plugin for theHyper terminal that launches a rocketship when you push code with Git.

gitrocker usage GIF

Installation

To use this plugin, first install the plugin in your~/.hyper_pluginsfolder.

$ cd ~/.hyper_plugins$ npm install gitrocket

Then 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.

Development

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.git

Then 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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript100.0%

[8]ページ先頭

©2009-2025 Movatter.jp