Skip to content

m59peacemaker/exodus-to-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exodus-to-node

Takes paths or globs to exodus bundles and for each binary in the bundles, outputs a js module that exports the path to the binary.

example

package.json

  "scripts": {
    "postinstall": "exodus-to-node -o 'node_modules/.bin' './exodus-bundles/*.tgz'"
  }

app.js

const myBin = require('.bin/my-bin')

execFile(myBin, [ some, args ])

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors