1.2.1 • Published 8 years ago

fs-symlink v1.2.1

Weekly downloads
1,916
License
MIT
Repository
github
Last release
8 years ago

symlink

NPM version Build status Test coverage Dependency Status License Downloads

Symlinking, but it checks whether the symlink already exists as well as fix various other annoyances such as mkdirp.

API

var link = require('fs-symlink')

link('package.json', 'alias.json', 'junction').then(function () {

})