Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iguntur/ln-cli
Create or delete symbolic link using glob
https://github.com/iguntur/ln-cli
Last synced: 15 days ago
JSON representation
Create or delete symbolic link using glob
- Host: GitHub
- URL: https://github.com/iguntur/ln-cli
- Owner: iguntur
- License: mit
- Created: 2016-11-15T18:10:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T19:00:13.000Z (almost 8 years ago)
- Last Synced: 2024-10-04T21:15:35.496Z (about 1 month ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ln-cli [![Build Status](https://travis-ci.org/iguntur/ln-cli.svg?branch=master)](https://travis-ci.org/iguntur/ln-cli)
> Create or delete symbolic link using glob
## Install
``` bash
$ npm install --global ln-cli
```## Usage
```
$ ln-cli --helpCreate or delete symlinks using glob
Usage
$ ln-cli [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 exitExamples
$ ln-cli 'dotfiles/*' '!dotfiles/.git' --path '/home/'
$ ln-cli '/home//.*' --delete
```## Related
- [del-symlinks](https://github.com/iguntur/del-symlinks) - API for this module. Delete symlinks using glob
- [make-symlinks](https://github.com/iguntur/make-symlinks) - API for this module. Make symlinks using glob
- [del-symlinks-cli](https://github.com/iguntur/del-symlinks-cli) - Only Delete symlinks using glob## License
MIT © [Guntur Poetra](http://guntur.starmediateknik.com)