Quine's fork of "Hyper" by Vercel, A terminal built on web technologies
Find a file
2016-07-26 10:47:18 -07:00
app Server now extends EventEmitter instead of creating and EventEmitter instance (#406) 2016-07-26 10:47:18 -07:00
assets Reorg (#386) 2016-07-24 10:59:21 -07:00
build implement extend-info for the custom plist [@lordgiotto] 2016-07-24 11:13:25 -07:00
lib Add a slight timeout to update the fontSmoothing pref (#407) 2016-07-26 10:46:23 -07:00
.editorconfig Add .editorconfig file (#320) 2016-07-20 15:21:37 -07:00
.eslintignore Reorg (#386) 2016-07-24 10:59:21 -07:00
.gitignore Reorg (#386) 2016-07-24 10:59:21 -07:00
.travis.yml goodbye sudo 2016-07-25 17:02:53 -07:00
HISTORY.md Release 0.7.0 2016-07-25 11:05:45 -07:00
LICENSE.md Add a copy of the MIT license (#160) 2016-07-16 18:24:53 -07:00
package.json fix bundle identifier for auto update system 2016-07-26 09:35:01 -07:00
README.md Reorg (#386) 2016-07-24 10:59:21 -07:00
webpack.config.js Reorg (#386) 2016-07-24 10:59:21 -07:00

hyperterm

Slack Channel

For downloads, documentation and the developer API head to: https://hyperterm.org

(NOTE: only on macOS) With Homebrew and Homebrew Cask installed, you can run this command:

brew cask update
brew cask install hyperterm

Repositories

Contribute

To test a certain git tree, clone and then run:

npm install
npm run pack

then open the ./dist folder to find the built binaries!

If you want to develop, run the above, and then you want to run webpack in watch mode:

npm run dev

and to load the application simply run:

electron app/index.js