zouhir / jarvis
- понедельник, 15 января 2018 г. в 03:14:18
A very intelligent browser based Webpack dashboard
J.A.R.V.I.S. (Just A Rather Very Intelligent System) will put in your browser all the relevant information you need from your webpack build whether in dev or in prod.
Tons of features are on the roadmap but still, this beta version will improve the way you look at webpack-dev-server or webpack production build bundle, chunks and other output assets.
It is hugely inspired by other webpack dashboards and the core idea is not original, but here are some features:
Original Features:
Other Features:
Tech Stack:
Screenshot:
$ npm i -D webpack-jarvis
In your webpack config file:
const Jarvis = require('webpack-jarvis');
/* the rest of your webpack configs */
plugins: [
new Jarvis() // that's all you need!
]
In your browser open:
localhost:1337
and you are all set!
On the roadmap:
Note:
I am not entirely sure how many bugs you will catch while it's in beta, but what I know for sure is the whole app, especially the client Preact app can be dramatically improved, JS & CSS and structure wise as the whole thing has been built in a rush in a very hacky way.
a super cool design will go here listing all contributors names + GitHub avatar
MIT © Zouhir