node/deps/npm/node_modules/bin-links
Kat Marchán d3b1c971bc
deps: upgrade npm to 5.6.0
PR-URL: https://github.com/nodejs/node/pull/17777
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
2018-01-19 11:32:08 -05:00
..
CHANGELOG.md deps: upgrade npm to 5.6.0 2018-01-19 11:32:08 -05:00
index.js deps: upgrade npm to 5.6.0 2018-01-19 11:32:08 -05:00
LICENSE deps: upgrade npm to 5.6.0 2018-01-19 11:32:08 -05:00
package.json deps: upgrade npm to 5.6.0 2018-01-19 11:32:08 -05:00
README.md deps: upgrade npm to 5.6.0 2018-01-19 11:32:08 -05:00

bin-links npm version license Travis AppVeyor Coverage Status

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)