0.1.1 • Published 7 years ago

npmsrcify v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

npmsrcify

npm javascript style guide Standard Version

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