2.0.1 • Published 3 years ago

@typescript-tools/link-dependency-executables v2.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

link-dependency-executables

License NPM Package Build Status semantic-release

Link a package's executables into node_modules

This command performs one phase of a lerna bootstrap: adding bin scripts from external dependencies into the node_modules/.bin directory of an internal dependency.

Install

npm install --save-dev @typescript-tools/link-dependency-executables

Use

Usage:
    link-dependency-executables <internal-package> <dependency>

Options:
    internal-package    Path or name of package into which to link dependency's executables
    dependency          Name of dependency containing executables to link

Related