JSPM

symlink-cli

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 792
  • Score
    100M100P100Q95772F
  • License WTFPL

Like ln -s except less tricksy

Package Exports

  • symlink-cli

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (symlink-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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]

License

WTFPL