1.0.0 • Published 6 years ago

dirstats v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

dirstats

File System Statistics Dashboard for Webpack

Tech Stack:

  • React with Sass pre-processor.
  • Socket IO.
  • Recharts Charts.
  • Polka Server.

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!

License

MIT © Brendon Co