Skip to content

stefanpenner/ensure-symlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ensure-symlink

Build Status Build status

used to implement a resilient "best-effort last write wins" symlink

Usage

yarn add ensure-symlink

# or

npm install ensure-symlink
const ensureSymlink = require('ensure-symlink');

ensureSymlink(from, to);

About

used to implement a resilient "best-effort last write wins" symlink

Resources

Stars

Watchers

Forks

Packages

No packages published