ptyw.js

0.4.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i ptyw.js

Weekly Downloads

2

Version

0.4.1

License

MIT

Last publish

Collaborators

  • underc0de