0.1.1 • Published 7 years ago
npmsrcify v0.1.1
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