apex-bin
v0.10.3
Published
Binary wrapper for apex
Maintainers
Readme
apex-bin 
Binary wrapper for apex
CLI
$ npm install --global apex-bin$ apex --helpAPI
$ npm install --save apex-binconst execFile = require('child_process').execFile;
const apex = require('apex-bin');
execFile(apex, ['version'], (err, stdout) => {
console.log(stdout);
});License
MIT © Thomas Sileghem
