Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

npmsrcify

jasonChen19826MIT0.1.1

a

readme

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

changelog

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.1 (2018-11-22)

0.1.0 (2018-05-24)

Features

  • extract: add a param to control just extract main file or not (1c111a7)

0.0.2 (2018-03-20)