@typescript-tools/link-dependency-executables

Link a package's executables into node_modules

Usage no npm install needed!

<script type="module">
  import typescriptToolsLinkDependencyExecutables from 'https://cdn.skypack.dev/@typescript-tools/link-dependency-executables';
</script>

README

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