1.1.0 • Published 5 months ago

bare-link v1.1.0

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

5 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago