Quine's fork of "Hyper" by Vercel, A terminal built on web technologies
Find a file
Guillermo Rauch aaed99abac Reorg (#386)
* Step 1: move electorn into `app/`.

This is to comply with the suggested directory format of
`electron-builder`: https://github.com/electron-userland/electron-builder#two-packagejson-structure

* Step 2: add build directory with icon files for mac / windows

* Step 3: move all development (web) assets into main directory

* Step 4: add `build` namespace to dev `package.json`

* Step 5: move all dev dependencies into dev file and get rid of
old electron packagers in favor of `eletorn-builder`

* Step 6: target build inside `app/` as everything else is excluded at build time

* Step 7: remove old stuff!

* Step 8: update README

* turn off asar for `child_pty`
2016-07-24 10:59:21 -07:00
app Reorg (#386) 2016-07-24 10:59:21 -07:00
assets Reorg (#386) 2016-07-24 10:59:21 -07:00
build Reorg (#386) 2016-07-24 10:59:21 -07:00
lib Reorg (#386) 2016-07-24 10:59:21 -07:00
static Reorg (#386) 2016-07-24 10:59:21 -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 Initial travis ci support (#107) 2016-07-16 18:21:25 -07:00
HISTORY.md Release 0.6.0 2016-07-17 13:25:49 -07:00
LICENSE.md Add a copy of the MIT license (#160) 2016-07-16 18:24:53 -07:00
package.json Reorg (#386) 2016-07-24 10:59:21 -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