0.10.3 • Published 8 years ago

apex-bin v0.10.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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

0.10.3

8 years ago

0.6.1

8 years ago

5.0.2-1

8 years ago

5.0.2-0

8 years ago

5.0.1

8 years ago