replace-package-symlinks

## Introduction This script allows you to replace any symlinked dependencies for any package with the resolve symlink contents

Usage no npm install needed!

<script type="module">
  import replacePackageSymlinks from 'https://cdn.skypack.dev/replace-package-symlinks';
</script>

README

replace-package-symlinks

Introduction

This script allows you to replace any symlinked dependencies for any package with the resolve symlink contents

Using replace-package-symlinks

From the root of the mono repo, run the following command to replace symlinks for a packages node_modules dependencies (Only those found in the packages package.json)

node ./scripts/replace-package-symlinks/index.js -p <package>

the script takes the following flags

Options:
  -p, --package <package>  Name of package to replace symlinks in (Required)
  -d, --depth <depth>      Depth to find the package specified above (Defaults to 2)