0.0.2 • Published 6 years ago

node-interact v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Node Interact

A node.js module to interact with a command line-like tool with js.


First, import the module with require("node-interact"), and make sure to use npm install node-interact so the module gets installed. Then, you can do all sorts of things with it.

For example, to find the node.js version with Javascript:

nodeInteract.node.version();