ayapi / ptyw.js

Bindings to forkpty(3) for node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Bindings to forkpty(3) for node.js.

License:MIT License


Languages

Language:C++ 51.7%Language:JavaScript 44.3%Language:Python 3.3%Language:Makefile 0.7%