Skip to content

Adds a system function to process. Provides a simple way to execute shell commands from within a node-repl.

License

Notifications You must be signed in to change notification settings

sandy98/process-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

process-system

Adds a system function to process. Provides a simple way to execute shell commands from within a node-repl.

Install

npm install process-system

or, to make it available system-wide:

sudo npm install -g process-system

Usage

//Throw it in.
require('process-system')

//Use it with some shell command
process.system('ls -l')

About

Adds a system function to process. Provides a simple way to execute shell commands from within a node-repl.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published