1.0.1 • Published 2 years ago

extract-project-fixture v1.0.1

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
2 years ago

extract-project-fixture

Extracts the node_modules and workspaces structure from a project into a tgz file.

Usage

This will build a tgz file from the node_modules workspaces with only the package.json and directories with symlinks as it is on disk.

extract-project-fixture path/to/my-project out

You can list the contents with

tar -tz <out/my-project.tgz