Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

create-shim-or-symlink

redsool2MIT0.0.1

Crossplatform tool to make symbolic links like the Node do it

readme

NODELIKE-SYMLINK

It's a wrapper around this package, which is cross-platform utility for making node-like symlinks. Main caveat is with windows where cmd-shim should be used. This package meant to be used as CMD tool with syntax:

nodelike-symlink <target path> <symlink path>

and actually consist of one line of code

require('@lerna/create-symlink')(...process.argv.slice(2));

MIT