ensure-symlink

1.0.2 • Public • Published

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);

/ensure-symlink/

    Package Sidebar

    Install

    npm i ensure-symlink

    Weekly Downloads

    2,798

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • stefanpenner