Skip to content

mastilver/apex-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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