webstorm-disable-index

1.2.0 • Public • Published

webstorm-disable-index

Init default webstorm config.

usage:

// package.json
"devDependencies": {
  "webstorm-disable-index": "1"
},
"config": {
  "webstorm": {
    // ignore the whole node_modules, but add these as lib
    "index": ["egg", "egg-init"]
  }
}

usage2: support sub modules

// support casade modules parse

Supposing below webstorm project case:

|--- package.json (root)
|--- node-server
  |-- package.json
|--- static-server
  |-- package.json
|--- static-server2
  |-- package.json

You just add dependencies in root package.json, and then all sub modules's node_modules are disabled from the whole project

// package.json
"devDependencies": {
  "webstorm-disable-index": "1"
},
"config": {
  "webstorm": {
    "modules": ["node-server", "static-server", "static-server2"]
  }
}

/webstorm-disable-index/

    Package Sidebar

    Install

    npm i webstorm-disable-index

    Weekly Downloads

    2,577

    Version

    1.2.0

    License

    MIT

    Last publish

    Collaborators

    • atian25
    • coolme200