1.6.3 • Published 6 years ago

discify v1.6.3

Weekly downloads
74
License
ISC
Repository
github
Last release
6 years ago

discify is a browserify plugin that generatee graph and stats of your bundle. It'a lightweight alternative to disc.

Version License Code style

tiny output demo

What you'll get

  • a /disc/ folder in your project root
  • a /disc/index.html standalone, neat, manually crafter repport HTML graph
  • a /disc/map.json file with also usefull informations

API/usage & options

npm install --save-dev discify
browserify --node -p discify entry.js
# enjoy your /disc folder (you can specify output folder via -p [ discify --outdir some/other/dir ] )

Advanced pipe

 var b = browserify({
     //opts
    });
    b.plugin(discify)
    b.once('discified', Function.prototype); //this is emitted once discify has done generating maps & stuffs

disc VS discify

  • Simplier workflow ; as discify is a plugin, it access live and raw from browserify and does not need a dedicated "useFullPath"

Credits / related

1.6.3

6 years ago

1.6.2

6 years ago

1.6.1

6 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.2

7 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago