This is a plugin for the Hyper terminal that launches a Falcon 9 when you push code and lands when you pull code with Git.
To use this plugin, first install the plugin in your ~/.hyper_plugins
folder.
$ cd ~/.hyper_plugins
$ npm install git-falcon9
Then, add the plugin's name in your ~/.hyper.js
file as an item in the
plugins
array.
plugins: [
"git-falcon9"
],
Afterwards, refresh your Hyper terminal with View > Full Reload.
If this does not work, restarting your Hyper Terminal might help.
Inspired by gitrocket, space-pull and SpaceX Falcon 9 Landing CSS
The max payload for a Falcon 9 is 22.8kB. Commits larger than 22.8kB may require something special.