terminal-exec

0.0.8 • Public • Published

terminal-exec

"terminal-exec" is a Node.js module used to execute command in terminal. It is very useful when your command need interactive. For example, "sudo" need user enter password.

Requirement

"terminal-exec" had been tested in Windows 7 (64bit) and Ubuntu 16.04 LTS (64bit) with Node.js v10.15.0.

Install

npm i terminal-exec

Usage

Windows

const terminalExec = require('./index.js')
terminalExec('echo "Hello world" && pause')

Result:

image

Linux

const terminalExec = require('./index.js')
terminalExec('sudo echo "Hello world" & pause')

Result:

anime


Websites

Readme

Keywords

Package Sidebar

Install

npm i terminal-exec

Weekly Downloads

1

Version

0.0.8

License

MIT

Unpacked Size

5.28 kB

Total Files

8

Last publish

Collaborators

  • pulipuli.chen