This package has been deprecated

Author message:

Deprecated because no one is using it and I don't intend to maintain it.

infer-bin

0.6.0 • Public • Published

infer-bin Build Status

Binary wrapper for Infer - A static analyzer for Java, C and Objective-C

Only macOS and Linux (64-bit) binaries are currently provided.

CLI

$ npm install --global infer-bin
$ infer

API

$ npm install --save infer-bin
const execFile = require('child_process').execFile;
const infer = require('infer-bin');

execFile(infer, ['--version'], (err, stdout) => {
	console.log(stdout);
});

License

MIT © Sindre Sorhus

Package Sidebar

Install

npm i infer-bin

Weekly Downloads

0

Version

0.6.0

License

MIT

Last publish

Collaborators

  • sindresorhus