Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanpenner/ensure-symlink

used to implement a resilient "best-effort last write wins" symlink
https://github.com/stefanpenner/ensure-symlink

Last synced: 17 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# ensure-symlink

[![Build Status](https://travis-ci.org/stefanpenner/ensure-symlink.svg?branch=master)](https://travis-ci.org/stefanpenner/ensure-symlink)
[![Build status](https://ci.appveyor.com/api/projects/status/am8b5krhnbgf7yvj/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/ensure-symlink/branch/master)

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

## Usage

```sh
yarn add ensure-symlink

# or

npm install ensure-symlink
```

```js
const ensureSymlink = require('ensure-symlink');

ensureSymlink(from, to);
```