config-optimist.js

Packs CommonJs/AMD modules for the browser

Install

All systems
curl cmd.cat/config-optimist.js.sh
Debian Debian
apt-get install webpack
Ubuntu
apt-get install webpack
Arch Arch Linux
pacman -S kibana
image/svg+xml Kali Linux
apt-get install webpack
Windows (WSL2)
sudo apt-get update sudo apt-get install webpack
OS X
brew install kibana

webpack

Packs CommonJs/AMD modules for the browser

Webpack takes code targeted at node.js and makes it run in the browser. Node.js comes with API of its own that is not available in the browsers. Webpack exposes this code to programs that are unaware they are running in a browser. Node.js is an event-based server-side JavaScript engine.

kibana

Browser based analytics and search dashboard for Elasticsearch