dirstats
File System Statistics Dashboard for Webpack
##Drop me a line if your interested to contribute.
Tech Stack:
Installation
$ npm i -D dirstats
In your webpack config file:
const Dirstats = require("dirstats");
/* the rest of your webpack configs */
plugins: [
new Dirstats({
port: 1338 // optional: set a port
})
];
In your browser open:
localhost:1338
and you are all set!
Help & Contribute
Setting up the dev environment
Install Dependencies:
$ npm install
Run Dirstats in your browser, Dirstats root:
$ npm run watch
Finally, open a browser to http://localhost:1338
Contributors
Thanks goes to these wonderful people (emoji key):
Brendon 💖 💻 🤔 |
---|
This project follows the all-contributors specification. Contributions of any kind are welcome!