electron-terminal
v1.0.10
Published
This is a minimal example of getting a terminal running in Electron using [nebula-pty](https://github.com/Rayan-Walnut/nebula-pty) and [xterm.js](https://github.com/sourcelair/xterm.js).
Readme
This is a minimal example of getting a terminal running in Electron using nebula-pty and xterm.js.
Usage
# Install npm dependencies using Electron's version of V8
./npm_install.sh
# Launch the app
npm start