2.1.0 • Published 7 years ago

lnfs-cli v2.1.0

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

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