[](https://travis-ci.org/stefanpenner/ensure-symlink) [](https://ci.app
npm install ensure-symlink

used to implement a resilient "best-effort last write wins" symlink
``sh
yarn add ensure-symlink
npm install ensure-symlink
`
`js
const ensureSymlink = require('ensure-symlink');
ensureSymlink(from, to);
``