0x80 / isolate-package

Isolate a monorepo package with its internal dependencies to form a self-contained directory with a pruned lockfile
MIT License
121 stars 13 forks source link

Add support for isolating pnpm lockfile 🌈 #28

Closed 0x80 closed 10 months ago

0x80 commented 11 months ago

Generate a dedicated lockfile for the isolated output based on the monorepo lockfile.

In addition, this PR contains lots of overall improvements to code and better naming of things in terms of clarity and consistency.