Skip to content

pulipulichen/terminal-exec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Open terminal and execute command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published