0.0.3 • Published 6 years ago
kommandant v0.0.3
kommandant
A very basic module for calling commands from within JavaScript.
Basic Usage
const { kmd } = require('kommandant');
// Command, Array of Arguements
kmd("ls",['-a', '-l']);
A very basic module for calling commands from within JavaScript.
const { kmd } = require('kommandant');
// Command, Array of Arguements
kmd("ls",['-a', '-l']);