1.0.1 • Published 7 years ago

ln-cli v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

ln-cli Build Status

Create or delete symbolic link using glob

Install

$ npm install --global ln-cli

Usage

$ ln-cli --help

  Create or delete symlinks using glob

  Usage
    $ ln-cli <FILEs|glob> [options]

  Options
    -D, --delete            Delete symlinks
    -f, --force             Overwrite symlinks if it exists
    -d, --dry-run           List what would be created or deleted instead of creating or deleting
        --path              Destination symlinks FILEs [Type: `string`]
        --version           Display the version and exit
        --help              Display this message and exit

  Examples
    $ ln-cli 'dotfiles/*' '!dotfiles/.git' --path '/home/<username>'
    $ ln-cli '/home/<username>/.*' --delete

Related

License

MIT © Guntur Poetra