yyx990803/rollup — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2017-06-14
Bundle a modular JavaScript library into a single browser-ready file.
Strip unused imported code from a bundle using tree shaking.
Output a package in CommonJS format for Node.js or UMD for universal compatibility.
Publish a smaller, faster-loading web app by removing dead code.
| yyx990803/rollup | arthurmoorgan/drift | atom/etch-list-view | |
|---|---|---|---|
| Stars | 6 | 6 | 6 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2017-06-14 | — | 2020-04-28 |
| Maintenance | Dormant | — | Dormant |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Basic use is a single CLI command, custom output formats need a config file.
Rollup bundles JavaScript files written with ES6 modules into a single optimized file, stripping unused code via tree shaking for smaller, faster output.
Mainly JavaScript. The stack also includes JavaScript.
Dormant — no commits in 2+ years (last push 2017-06-14).
The README does not specify license details.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.