back to home
Best Open Source commonjs Libraries
A curated list of the most popular GitHub repositories tagged with commonjs. Select any project to visualize its architecture and dive into the codebase using RepoMind's AI engine.
#1webpack/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
66,027JavaScript
Analyze Code
#2parcel-bundler/parcel
The zero configuration build tool for the web. 📦🚀
44,041JavaScript
Analyze Code
#3evanw/esbuild
An extremely fast bundler for the web
39,795Go
Analyze Code
#4browserify/browserify
browser-side require() the node.js way
14,731JavaScript
Analyze Code
#5pahen/madge
Create graphs from your CommonJS, AMD or ES6 module dependencies
9,978JavaScript
Analyze Code