Package Exports
- hyper-quit
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hyper-quit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
hyper-quit
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.
Installation
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