starame2016 / bin-wrapper-china

Binary wrapper that makes your programs seamlessly available as local dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bin-wrapper-china

Binary mirror download link replacement for mainland China.

Fork from bin-wrapper.

Install

Use yarn to replace bin-wrapper.

// package.json
{
	"resolutions": {
		"bin-wrapper": "npm:bin-wrapper-china"
	}
}
yarn install

API

Same as bin-wrapper.

Inject mirror url to process.env

// package.json
{
	"scripts": {
		"preinstall": "china-bin-env"
	}
}

Related

https://github.com/cnpm/binary-mirror-config

About

Binary wrapper that makes your programs seamlessly available as local dependencies

License:MIT License


Languages

Language:JavaScript 100.0%