mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
…
|
||
---|---|---|
.. | ||
CHANGELOG.md | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md |
bin-links
bin-links
is a standalone library that links
binaries and man pages for Javascript packages
Install
$ npm install bin-links
Table of Contents
Example
// todo
Features
- Links bin files listed under the
bin
property of pkg to the node_modules/.bin directory of the installing environment. - Links man files listed under the
man
property of pkg to the share/man directory of the provided optional directory prefix.
Contributing
The npm team enthusiastically welcomes contributions and project participation! There's a bunch of things you can do if you want to contribute! The Contributor Guide has all the information you need for everything from reporting bugs to contributing entire new features. Please don't hesitate to jump in if you'd like to, or even ask us questions if something isn't clear.
API
> binLinks(pkg, folder, global, opts, cb)
Example
binLinks(pkg, folder, global, opts, cb)