4.1.0 • Published 5 years ago

bin-wrapper v4.1.0

Weekly downloads
1,141,819
License
MIT
Repository
github
Last release
5 years ago

bin-wrapper Build Status

Binary wrapper that makes your programs seamlessly available as local dependencies

Install

$ npm install bin-wrapper

Usage

const BinWrapper = require('bin-wrapper');

const base = 'https://github.com/imagemin/gifsicle-bin/raw/master/vendor';
const bin = new BinWrapper()
	.src(`${base}/macos/gifsicle`, 'darwin')
	.src(`${base}/linux/x64/gifsicle`, 'linux', 'x64')
	.src(`${base}/win/x64/gifsicle.exe`, 'win32', 'x64')
	.dest(path.join('vendor'))
	.use(process.platform === 'win32' ? 'gifsicle.exe' : 'gifsicle')
	.version('>=1.71');

(async () => {
	await bin.run(['--version']);
	console.log('gifsicle is working');
})();

Get the path to your binary with bin.path():

console.log(bin.path());
//=> 'path/to/vendor/gifsicle'

API

new BinWrapper(options)

Creates a new BinWrapper instance.

options

Type: Object

skipCheck

Type: boolean Default: false

Whether to skip the binary check or not.

strip

Type: number Default: 1

Strip a number of leading paths from file names on extraction.

.src(url, os, arch)

Adds a source to download.

url

Type: string

Accepts a URL pointing to a file to download.

os

Type: string

Tie the source to a specific OS.

arch

Type: string

Tie the source to a specific arch.

.dest(destination)

destination

Type: string

Accepts a path which the files will be downloaded to.

.use(binary)

binary

Type: string

Define which file to use as the binary.

.path()

Returns the full path to your binary.

.version(range)

range

Type: string

Define a semver range to check the binary against.

.run(arguments)

Runs the search for the binary. If no binary is found it will download the file using the URL provided in .src().

arguments

Type: Array Default: ['--version']

Command to run the binary with. If it exits with code 0 it means that the binary is working.

License

MIT © Kevin Mårtensson

cc-pngquant-bincc-jpegtran-binoptipng-bin-plusmozjpeg-plusdssim-binmozjpeg-espngquant-bin-esunblock-block-save-variables@everything-registry/sub-chunk-1235gifsicle-changbalibbpg-binhub-binhugo-bin-latestkim-cwebp-binguetzlilein-binimagemin-oxipngimagemin-oxipng-include-oxipng-bininfer-bininfozip-binjdf-pngjdf-webp-gifjdf-webp-pngjdf-gifjdf-jpgjeuxuijq-cli-wrapperjpegtran-bin-npmmirrorjpegtran-bin-tildenjpegtran-bin-vendorjpegtran-changbajpegtran-resjpeg-recompress-binjpeg-recompress-bin-vendorjpegoptim-binjpegrescanjpegtran-binjpegtran-bin-cnjpegtran-bin-coding-net-vendorjpegtran-bin-compatiblenode-nsjailnode-ocxy-mozjpegmanners-binmozjpegmozjpeg-bin-arm64mozjpeg-coding-net-vendormozjpeg-envbinmozjpeg-jpegtran-binmozjpeg-jsdelivrmozjpeg-mirrormozjpeg-tildenmozjpeg-bin-wrappermozjpeg-binariesmozjpeg-changbamp3cat-binjslint4java-binjsoo-binjuman-binmatoslav-wkhtmltopdf-installereep-mozjpeg_linux-binendeavorexperiences-mozjpeg_linux-binendeavorexperiences-pngquant-bindwebp-binect-binelm-platform-binelasticsearch-binflow-bin-wingrunt-jinja2grunt-jinja2-reduxh5-templeteh-gifsicleharbor-compose-wrapperfilterlibfly-bingeth-bingiflossygif2webp-bingifsiclegifsicle-bin-wrappergifsicle-mirrorgifsicle-tildengifsicle-vadimgifsicle-coding-net-vendorgifsicle-commonnut-bin@we-make-websites/themekit@yli1r/themekit@yeanzhi/cwebp-bin@yeanzhi/jpegtran-bin@yeanzhi/pngquant-binprotoc-bin@tora-dev/themekit@tuanpham-dev/themekit@weus/jpegtran-bin@weus/pngquant-binpurescript-bin@xn-sakina/gifsicle@vheemstra/avifenc-bin@aabenoja/flow-bin
4.1.0

5 years ago

4.0.1

5 years ago

4.0.0

6 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.1.3

9 years ago

2.1.2

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.5

9 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.4.0

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago