brunch/brunch
🍴 Web applications made easy. Since 2011.
{ "createdAt": "2011-01-21T00:59:55Z", "defaultBranch": "master", "description": "🍴 Web applications made easy. Since 2011.", "fullName": "brunch/brunch", "homepage": "https://brunch.github.io", "language": "JavaScript", "name": "brunch", "pushedAt": "2023-01-10T19:30:15Z", "stargazersCount": 6777, "topics": [ "brunch", "build-automation", "javascript", "pipeline", "workflow" ], "updatedAt": "2025-11-20T06:11:13Z", "url": "https://github.com/brunch/brunch"}Brunch

Section titled “Brunch ”Web applications made easy. Since 2011.
Fast front-end web app build tool with simple declarative config and seamless incremental compilation for rapid development.
Install Brunch with a simple node.js package manager command:
npm install -g brunch- Create a new Brunch project:
brunch new [--skeleton url]- skeleton specifies a skeleton from which your application will be initialized. The default skeleton (dead-simple) doesn’t have any opinions about frameworks or libraries.
- brunch.io/skeletons contains over 50 boilerplate projects, which you can use to init your app from.
- Develop with Brunch:
brunch watch --server- tells Brunch to watch your project and incrementally rebuild it when source files are changed. The optional server flag launches a simple web server with push state support.
- Deploy with Brunch:
brunch build --production- builds a project for distribution. By default it enables minification.
- Visit brunch.io
- Read brunch docs
- Follow us on Twitter: @brunch
- Ask questions on Stack Overflow with #brunch tag
Contributing
Section titled “Contributing”See the CONTRIBUTING.md document for more info on how to file issues or get your head into the Brunch’s internals.
- To install edge version (from GitHub
masterbranch):npm install -g brunch/brunch - To enable debug mode, simply pass
-dflag to any command like that:brunch build -d - To create your own plugin, check out our plugin boilerplate as a starting point.
License
Section titled “License”MIT license (c) 2021 Paul Miller paulmillr.com, Elan Shanker, Nik Graf, Thomas Schranz, Allan Berger, Jan Monschke, Martin Schürrer
See LICENSE file.