ptyw.js
v0.4.1
Published
Pseudo terminals for node.
Readme
ptyw.js

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
});