lnfs

v3.0.1
Safely force create symlinks
linux lnfs osx symlink windows

lnfs Build Status

Safely force create symlinks

Install

$ npm install lnfs

Usage

const lnfs = require('lnfs');

lnfs('foo.txt', 'bar.txt').then(() => {
    console.log('Symlink successfully created!');
});

API

lnfs(src, dest, [type])

Returns a Promise with the path to the symlink.

src

Type: string

Path to source file.

dest

Type: string

Path to destination.

type

Type: string
Default: file

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

Related

License

MIT © Kevin Mårtensson

npm i lnfs

Metadata

  • MIT
  • >=4
  • Kevin Mårtensson
  • released 7/23/2017

Downloads

Maintainers