module-auto-link

Robots to wage the relink war against npm5 install

Usage no npm install needed!

<script type="module">
  import moduleAutoLink from 'https://cdn.skypack.dev/module-auto-link';
</script>

README

module-auto-link

NPM5 has completely screwed npm link development for multi-module developers who need to develop 1 feature among more than one package without craziness.

This just opens your package.json, looks at the dependencies and then links to any directories it finds in the parent that match your dependencies.

You can do it without installing using: npx module-auto-link -c 'npm-auto-link'

now you can just execute npm-auto-link and not continually downgrading or playing the relink dance.

Enjoy,

-Abbey Hawk Sparrow