https://github.com/mastilver/apex-bin
Binary wrapper for apex
https://github.com/mastilver/apex-bin
Last synced: 9 months ago
JSON representation
Binary wrapper for apex
- Host: GitHub
- URL: https://github.com/mastilver/apex-bin
- Owner: mastilver
- License: mit
- Created: 2016-02-01T20:34:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T12:58:11.000Z (over 9 years ago)
- Last Synced: 2025-01-31T19:01:38.698Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# apex-bin [](https://travis-ci.org/mastilver/apex-bin)
> Binary wrapper for [apex](apex.run)
## CLI
```
$ npm install --global apex-bin
```
```
$ apex --help
```
## API
```
$ npm install --save apex-bin
```
```js
const execFile = require('child_process').execFile;
const apex = require('apex-bin');
execFile(apex, ['version'], (err, stdout) => {
console.log(stdout);
});
```
## License
MIT © [Thomas Sileghem](http://mastilver.com)