create-shim-or-symlink
v0.0.1
Published
Crossplatform tool to make symbolic links like the Node do it
Downloads
2
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