Quit Hyper on macOS when last window closes.
Note: This has no effect on other operating systems as Hyper will already exit when the last window is closed.
To install, edit ~/.hyper.js
and add "hyper-quit"
to plugins
:
plugins: ["hyper-quit"],
Or you can install with Hyper 2's hyper
CLI command:
hyper install hyper-quit