dirstats

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i dirstats

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

258 kB

Total Files

49

Last publish

Collaborators

  • brendonco