npmsrcify
v0.1.1
Published
a
Downloads
6
Readme
npmsrcify
Introduction
resourceify your npm package from node_modules to a specify directory which you want
Usage
install package
npm i -D npmsrcify
config which package need to move, and move to which directory
package.json
{
"config": {
"npmsrcify": {
"modules": [
"dat.gui",
"stats.js",
"three"
],
"output": "./lib"
}
}
}
run command
npmsrcify extract