🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

ln-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ln-cli

Create or delete symlinks using glob

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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
  • del-symlinks - API for this module. Delete symlinks using glob
  • make-symlinks - API for this module. Make symlinks using glob
  • del-symlinks-cli - Only Delete symlinks using glob

License

MIT © Guntur Poetra

Keywords

cli

FAQs

Package last updated on 15 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts