Skip to content

fs-utils/symlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 () {

})