1.1.0 • Published 3 months ago

bare-link v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 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

3 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.9

5 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago