bindport
v0.8.0
Published
Proxy-neutral local development port registry and runner.
Readme
bindport
Proxy-neutral local development port registry and runner.
This package provides the bindport command for JavaScript package managers.
It dispatches to one optional native package for the current platform:
@bindport/linux-x64@bindport/linux-arm64@bindport/darwin-x64@bindport/darwin-arm64
Install it as a development dependency in a package or monorepo:
npm install --save-dev bindportThen use it from scripts:
{
"scripts": {
"dev": "bindport -- next dev"
}
}Cargo remains a supported install path:
cargo install bindport
bindport --helpFrom a repository checkout, use Cargo directly:
cargo run -p bindport -- --help