Create or delete symlinks using glob
npm install ln-cli> Create or delete symbolic link using glob
`` bash`
$ npm install --global ln-cli
`
$ ln-cli --help
Create or delete symlinks using glob
Usage
$ ln-cli
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/
$ ln-cli '/home/
``
- 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
MIT © Guntur Poetra