create-symlink-cmd
v0.0.1
Published
Crossplatform tool to make symbolic links like the Node do it
Readme
#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:
- Windows:
- omitted - script produces .ink file
exec- script produces cmd-shim.
- *Nix:
fs.symlink do the job.
If [type] argument is exec it become replaced by file.
Package consists of single line of code:
require('@lerna/create-symlink')(...process.argv.slice(2));MIT
