npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

bindingify

1.0.1

@yoshuawuyts

npmHomeRepoSnykSocket
Downloads:0
$ npm install bindingify
DailyWeeklyMonthlyYearly

bindingify stability

npm version build status test coverage downloads js-standard-style

Transform native bindings to be relative to their file

Usage

$ browserify -t bindingify index.js > bundle.js

Transforms:

require('bindings')('binding.node')

Into:

require('bindings')({bindings: 'binding.node', module_root: __dirname})

Installation

$ npm install bindingify

License

MIT