Native addon linker for Bare.
npm i [-g] bare-link
const link = require('bare-link')
await link('/path/to/module', { target: ['darwin-arm64', 'ios-arm64'] })
bare-link --target darwin-arm64 --target ios-arm64
Options include:
{
target: [],
needs: [],
out: '.',
stdio
}
Flags include:
--target|-t <host>
--needs <lib>
--out|-o <dir>
--help|-h
Apache-2.0