node-package-theif

a module to take modules from another project rather then reinstalling them

Usage no npm install needed!

<script type="module">
  import nodePackageTheif from 'https://cdn.skypack.dev/node-package-theif';
</script>

README

Node Package Theif

Steal packages from other repos, mostly used for offline usage. the program will create symlinks between the original module and the stolen one.

$ npm install node-package-theif -G

Usage

$ npt babel ../other-project

~ does not work at this time everything is relative to the current working directory