File: README.md

package info (click to toggle)
node-node-pty 1.0.0%2Bds1%2B~6.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,892 kB
  • sloc: cpp: 13,049; javascript: 282; python: 266; sh: 246; makefile: 125
file content (12 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
This is a minimal example of getting a terminal running in Electron using [node-pty](https://github.com/Tyriar/node-pty) and [xterm.js](https://github.com/sourcelair/xterm.js).

![](./images/preview.png)

## Usage

```bash
# Install npm dependencies using Electron's version of V8
./npm_install.sh
# Launch the app
npm start
```