nicojs / node-install-local

Installs npm/yarn packages locally without symlink. Exactly the same as your production installation, no compromises.
106 stars 9 forks source link

feat(install-local): Use unique directory #11

Closed sanderkoenders closed 6 years ago

sanderkoenders commented 6 years ago

Use an unique directory in /tmp when installing packages, resolves #10.

(Also adds the uniqid package which has no dependencies on other packages)

sanderkoenders commented 6 years ago

I merged the most recent changes in the codebase and added some extra unit tests to bump the mutation score above the required threshold. Should be good to go now.