execcommand

0.0.16 • Public • Published

execCommand NPM version

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

Package Sidebar

Install

npm i execcommand

Weekly Downloads

1

Version

0.0.16

License

NYSL, BSD-3-Clause

Last publish

Collaborators

  • tankmaster