Skip to content

A very simple wrapper for executing a system command in NodeJS, synchronously!

Notifications You must be signed in to change notification settings

TankMasterRL/execcommand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

execCommand NPM version execcommand API Documentation

A very simple wrapper for executing a system command in NodeJS, synchronously!

The wrapper is using https://github.com/hecomi/node-execsync.

Example

var execCommand = require("execCommand.js");
var command = execCommand("cat /sys/class/thermal/thermal_zone0/temp");
console.log(command);

About

A very simple wrapper for executing a system command in NodeJS, synchronously!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published