apex-bin

0.10.3 • Public • Published

apex-bin Build Status

Binary wrapper for apex

CLI

$ npm install --global apex-bin
$ apex --help

API

$ npm install --save apex-bin
const execFile = require('child_process').execFile;
const apex = require('apex-bin');
 
execFile(apex, ['version'], (err, stdout) => {
    console.log(stdout);
});

License

MIT © Thomas Sileghem

Package Sidebar

Install

npm i apex-bin

Weekly Downloads

5

Version

0.10.3

License

MIT

Last publish

Collaborators

  • mastilver