Skip to content

jasonChen1982/npmsrcify

Repository files navigation

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

About

extract javascript file from node_modules to a specify directory

Resources

Stars

Watchers

Forks

Packages

No packages published