holepunchto / bare-dev

Development tooling for Bare
Apache License 2.0
8 stars 2 forks source link

Add `install` command #6

Closed kasperisager closed 1 year ago

kasperisager commented 1 year ago

The install command either performs a clean build of a native addon or, if prebuilds are already available and the --force flag isn't used, does nothing. The --recursive flag can be used to also recurse into node_modules to look for native addons.