lachlanhunt / bin-links

.bin/ script linker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

.bin/ script linker

License:Other


Languages

Language:JavaScript 100.0%