0.0.1 • Published 5 years ago

create-symlink-cmd v0.0.1

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

#create-symlink-cmd

It's a wrapper around this package, which is cross-platform utility for making symlinks. I needed this to produce cmd-shim on windows systems.

This can be used like

npx create-symlink-cmd <target path> <symlink path> <type>

Where type could be:

Package consists of single line of code:

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

MIT