symlink-cli
v1.0.0
Published
Like ln -s except less tricksy
Downloads
1,886
Readme
symlink-cli
This command-line app exists because I can never remember the argument order for ln -s
(the order isn't even consistent between different flavors of *nix!), and the words on the man page are so ambiguous they don't even help
Install
npm i -g symlink-cli
Usage
symlink [existing file] [new symlink that points at that file]
To see the instructions because you still can't remember the order
symlink
# prints: symlink [existing file] [new symlink that points at that file]