Skip to content
/ symlnk-cli Public
generated from u3u/ts-lib-starter

A CLI program for batch creating symbolic links.

License

Notifications You must be signed in to change notification settings

u3u/symlnk-cli

Repository files navigation

symlnk-cli

A CLI program for batch creating symbolic links.

npm version npm downloads codecov

screenshot

Install

pnpm -g add symlnk-cli

Usage

lnk *.nginx --dest /etc/nginx/sites-enabled

CLI Options

Usage:
  $ symlnk [...files]

Commands:
  [...files]  Glob patterns for create symlinks

For more info, run any command with the `--help` flag:
  $ symlnk --help

Options:
  --dest [path]            Destination path (default: .)
  --cwd [path]             The current working directory in which to search (default: .)
  -i, --ignore [...files]  Ignore files and folders
  -f, --force              Force symlink creation
  --clean                  Clean matched symlinks
  --dry, --dry-run         Skip creating/clean symlinks (only output matching files)
  -y, --yes                Skip confirmation
  -v, --version            Display version number
  -h, --help               Display this message