link-lerna-package-binaries

A small tool built on top of Lerna to link binaries offered by packages to root-level.

Usage no npm install needed!

<script type="module">
  import linkLernaPackageBinaries from 'https://cdn.skypack.dev/link-lerna-package-binaries';
</script>

README

Link Lerna Package Binaries

A small tool built on top of Lerna to link binaries offered by packages to root-level.

Both Lerna and Yarn workspaces do not allow offering central used binaries to the root project. That is exactly what this tool is useful for. It links all binaries offered by packages into the top-level node_modules/.bin folder to make them accessible even at root. This is e.g. useful when some of the packages are used by scripts on CI e.g. for publishing artifacts to some remote location.

License

Apache License; Version 2.0, January 2004

Copyright

Logo of Sebastian Software GmbH, Mainz, Germany

Copyright 2020
Sebastian Software GmbH