0.4.1 • Published 8 years ago

ptyw.js v0.4.1

Weekly downloads
86
License
MIT
Repository
github
Last release
8 years ago

ptyw.js Dependency Status Build Status

A fork of pty.js to have a more updated module.

API

spawn(command, args, opts)

command
Type: String
args
Type: Array
opts
Type: Object

Example:

ptyw.spawn('java', ['-version'], {
  cols: 80,
  rows: 30,
  env: process.env
});
0.4.1

8 years ago

0.4.0

8 years ago

0.3.8

8 years ago

0.3.7

8 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago