0.0.1 • Published 5 years ago

create-shim-or-symlink v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

#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