npmsrcify

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i npmsrcify

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

6.45 kB

Total Files

10

Last publish

Collaborators

  • jasonchen