browser-pack
pack node-style source files from a json stream into a browser bundle
Install
- All systems
-
curl cmd.cat/browser-pack.sh
- Debian
-
apt-get install node-browser-pack - Ubuntu
-
apt-get install node-browser-pack - Kali Linux
-
apt-get install node-browser-pack - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install node-browser-pack
node-browser-pack
pack node-style source files from a json stream into a browser bundle
This module takes a JSON files as input describing a set of javascript files and outputs a javascript function descripting source code and dependencies. This modules is part of Browserify is a JavaScript tool that allows developers to write Node.js-style modules that compile for use in the browser. Node.js is an event-based server-side JavaScript engine.