https://github.com/brianishii/git-falcon9
https://github.com/brianishii/git-falcon9
falcon git hyper rocket spacex
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brianishii/git-falcon9
- Owner: BrianIshii
- License: mit
- Created: 2018-07-24T05:38:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T11:01:16.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T16:49:00.638Z (9 months ago)
- Topics: falcon, git, hyper, rocket, spacex
- Language: JavaScript
- Size: 19.1 MB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/BrianIshii/git-falcon9)
# git-falcon9
This is a plugin for the [Hyper](https://hyper.is/) terminal that launches a Falcon 9 when you push code and lands when you pull code with Git.


### Installation
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](https://github.com/bomanimc/gitrocket), [space-pull](https://github.com/lukaszromerowicz/space-pull) and [SpaceX Falcon 9 Landing CSS](https://codepen.io/simoberny/pen/PEJxPQ)
#### Special launch for very large commits
The max payload for a Falcon 9 is 22.8kB.
Commits larger than 22.8kB may require something special.
