bin-links
is a standalone library that links
binaries and man pages for Javascript packages
$ npm install bin-links
// todo
- 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.
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.
binLinks(pkg, folder, global, opts, cb)