1.1.0 • Published 6 months ago

bare-link v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

bare-link

Native addon linker for Bare.

npm i [-g] bare-link

Usage

const link = require('bare-link')

await link('/path/to/module', { target: ['darwin-arm64', 'ios-arm64'] })
bare-link --target darwin-arm64 --target ios-arm64

API

await link([base][, options])

Options include:

{
  target: [],
  needs: [],
  out: '.',
  stdio
}

CLI

bare-link [flags] <entry>

Flags include:

--target|-t <host>
--needs <lib>
--out|-o <dir>
--help|-h

License

Apache-2.0

1.1.0

6 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

10 months ago

1.0.0

10 months ago