Skip to content

yoshuawuyts/bindingify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Transform native bindings to be relative to their file

Resources

License

Stars

Watchers

Forks

Packages

No packages published