Quine's fork of "Hyper" by Vercel, A terminal built on web technologies
Find a file
2016-07-27 15:50:04 +02:00
app Fix Close process (#450) 2016-07-26 20:11:54 -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 Fix linux tab margin (#442) 2016-07-26 16:37:54 -07:00
.editorconfig Add .editorconfig file (#320) 2016-07-20 15:21:37 -07:00
.eslintignore Adjust eslint configuration (#389) 2016-07-26 16:39:47 -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.1 2016-07-26 11:35:30 -07:00
LICENSE.md Add a copy of the MIT license (#160) 2016-07-16 18:24:53 -07:00
package.json Disable greenkeeper mails 2016-07-27 15:10:41 +02:00
README.md Explain how to contribute in a more detailed way 2016-07-27 15:50:04 +02:00
webpack.config.js Reorg (#386) 2016-07-24 10:59:21 -07:00

HyperTerm

HyperTerm

Slack Channel Build Status

FOR MORE DETAILS, HEAD TO: https://hyperterm.org

Usage

If you're on macOS and have Homebrew + Homebrew Cask installed, you can download the app by running the following commands:

brew cask update
brew cask install hyperterm

Contribute

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install the dependencies: npm install
  3. Build the code and watch for changes: npm run dev
  4. In a new tab, start the application: npm start

If you want to build the binaries for all specified platforms, run the command:

npm run pack

After that, you'll see the binaries in the ./dist folder!

Repositories