Quine's fork of "Hyper" by Vercel, A terminal built on web technologies
Find a file
2016-07-25 15:16:30 -07:00
app pin uuid 2016-07-25 11:33:16 -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 Only try to match url if it's needed (#395) 2016-07-25 11:22:25 -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 make travis release 2016-07-25 09:59:12 -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 package: pin color 2016-07-25 15:16:30 -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