kevva / lnfs-cli

Safely force create symlinks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lnfs-cli Build Status

Safely force create symlinks

Install

$ npm install --global lnfs-cli

Usage

$ lnfs --help

	Usage
		$ lnfs <file> <target>

	Example
		$ lnfs foo.txt bar.txt
		/home/unicorn/bar.txt -> /home/unicorn/foo.txt

	Options
		--type  Can be set to dir, file, or junction and is only available on Windows (ignored on other platforms)

Related

  • lnfs - API for this module

License

MIT © Kevin Mårtensson

About

Safely force create symlinks

License:MIT License


Languages

Language:JavaScript 100.0%