1.1.0 • Published 7 months ago

bare-link v1.1.0

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

7 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago