1.0.1 • Published 11 months ago

symlnk-cli v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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
1.0.1

11 months ago

1.0.0

11 months ago