Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 585 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 585 Bytes

node-bin-gen

Generate a node binary package

Install

$ npm install -g node-bin-gen

Use

$ node-bin-gen {node,iojs} version [pre]

Use a pre version if you're testing.

How it works

Warning: requires npm@>=3 to install the generated packages globally!

This package generates a node-bin or iojs-bin package, and all of the node-{os}-{cpu} packages, which are installed by the main metapackage (and as a hack, added to the package.json of node-bin at install time as a dependency to keep npm from marking it extraneous..

License

ISC