broccoli-pathchanger
v0.0.1
Published
Broccoli plugin for change path /a to /a/b/c
Downloads
3
Readme
Broccoli Plugin for change path of a to a/b/c
Usage
let node2 = new PathChanger(node1, destDir)
Motivation
This plugin is for my personal usage. It's just a simple wrapper for fs.symlinkSync(), no fallback in the windows platform.