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. ⚠️ Deprecation Notice This brunch…
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.
⚠️ Deprecation Notice
This brunch NPM package is deprecated and has been transferred to a new owner.
What happened?
This package was previously maintained by @paulmillr. Due to low usage and a request from a third party who wanted to use the package name for their own project, ownership has been transferred.
I have no affiliation with the new owner or their software.
Security Warning 🔐
This is important: future versions of this package will be published by a different author for a completely unrelated purpose. This means:
- You should not assume future versions are safe to upgrade to without review.
- If you have this package as a dependency, pin to the last version published by the original author (see below).
- Blindly running
npm updateornpm installin the future could pull in software from an unknown third party.
What you should do
1. Check if you actually depend on this package. Run:sh
npm ls brunch
2. If you do depend on it, pin to the last safe version in your package.json:
json
"brunch": "4.0.2"
3. Migrate away if possible. This package will not receive any further updates from the original author.
Last safe versions
These versions are considered safe:
npm install -g [email protected]
npm install -g [email protected]
npm install -g [email protected]
npm install -g [email protected]
npm install -g [email protected]
To verify integrity, sha256 checksums:
eb4f81d7797f60158a9cf11120e34fbae4720aff23a8379ce7b5d27eba3d04b0 brunch-1.7.20.tgz
5e58be14c4c2fe4fed1be12ad0e781f60f16bae67dc034a3b4e3d0d43d579a7a brunch-1.8.5.tgz
620be47e542d828cf78166a8bc3bbf803f95d6309a5163cd8a18d76320ddba95 brunch-2.10.17.tgz
56aee6d89805acab17e53179d470b2c1a59c8ed24ade7b3e67ff3af2c5ba3b68 brunch-2.10.9.tgz
179bdbb0d33aafcc2aa7067107ad73effbe94aef09744e08a3b5f530228aa9e3 brunch-3.0.0.tgz
af179ebc33d22e7b5af4b61e498ad0e8f5f6edcf3190aea0ed33d19d26b9286e brunch-4.0.2.tgz
---
*Thank you to everyone who used this package. Stay safe out there.*
Learn
- Visit brunch.github.io
- Read brunch docs
- Follow us on Twitter: @brunch
- Ask questions on Stack Overflow with #brunch tag
Usage
1. 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.github.io/skeletons contains over 50
boilerplate projects, which you can use to init your app from.
2. 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.
3. Deploy with Brunch: brunch build --production
- builds a project for distribution. By default it enables minification.
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
MIT license (c) 2021 Paul Miller paulmillr.com, Elan Shanker,
Nik Graf, Thomas Schranz, Allan Berger, Jan Monschke, Martin Schürrer
See LICENSE file.
Members
-
brunch ★ PINNED
🍴 Web applications made easy. Since 2011.
JavaScript ★ 6.8k 3mo agoExplain → -
brunch-guide ★ PINNED ▣
A comprehensive guide to Brunch
★ 558 6y agoExplain → -
skeletons ★ PINNED ▣
Registry of Brunch skeletons
★ 14 5y agoExplain → -
brunch.github.io ★ PINNED ▣
The website
SCSS ★ 114 9mo agoExplain → -
brunch-with-chaplin ▣
Boilerplate application for Brunch with Chaplin framework included.
CoffeeScript ★ 279 3y agoExplain → -
terser-brunch ▣
A javascript minifier for brunch files.
JavaScript ★ 156 5y agoExplain → -
sass-brunch ▣
Adds Sass / Scss support to brunch
JavaScript ★ 98 4y agoExplain → -
auto-reload-brunch ▣
Adds automatic browser reloading support to brunch.
JavaScript ★ 87 5y agoExplain → -
todos ▣
DEPRECATED. Todos app (backbone example) rewritten in brunch
JavaScript ★ 70 13y agoExplain → -
postcss-brunch ▣
Adds PostCSS support to brunch
JavaScript ★ 52 3y agoExplain → -
twitter ▣
Simple twitter client built with brunch.
JavaScript ★ 48 13y agoExplain → -
dead-simple ▣
Dead-simple brunch skeleton. No opinions, just empty dirs and minimal configs.
HTML ★ 35 6y agoExplain → -
with-react ▣
React skeleton with Babel/ES6 for Brunch
JavaScript ★ 35 8y agoExplain → -
with-es6 ▣
Skeleton for modern JS apps using Babel for ES6
HTML ★ 33 4y agoExplain → -
simple-js-skeleton ▣
Simple Brunch with js skeleton app
JavaScript ★ 31 13y agoExplain → -
simple-coffee-skeleton ▣
Simple Brunch with coffee skeleton app. Unsupported, but still working.
CoffeeScript ★ 31 13y agoExplain → -
jade-brunch ▣
Adds Jade support to Brunch
JavaScript ★ 30 9y agoExplain → -
with-redux ▣
React/Redux skeleton with Babel/ES6 for Brunch
JavaScript ★ 30 8y agoExplain → -
typescript-brunch ▣
Adds TypeScript support to Brunch
JavaScript ★ 27 3y agoExplain → -
hmr-brunch ▣
Hot Module Replacement runtime for Brunch
JavaScript ★ 25 8y agoExplain → -
coffee-script-brunch ▣
Adds CoffeeScript support to Brunch
JavaScript ★ 24 5y agoExplain → -
appcache-brunch ▣
Adds HTML5 App Cache generation to Brunch
CoffeeScript ★ 24 7y agoExplain → -
react-brunch ▣
DEPRECATED. Adds React.js support to brunch.
JavaScript ★ 23 9y agoExplain → -
init-skeleton ▣
A simple interface that clones or copies skeletons (base projects for your apps).
JavaScript ★ 23 6y agoExplain → -
stylus-brunch ▣
Adds Stylus support to Brunch
JavaScript ★ 21 5y agoExplain → -
handlebars-brunch ▣
Adds Handlebars templates support to brunch
JavaScript ★ 21 9y agoExplain → -
brunch-with-chaplin-js ▣
JavaScript version of popular Chaplin skeleton for http://brunch.io
JavaScript ★ 20 10y agoExplain → -
clean-css-brunch ▣
A CSS minifier for brunch stylesheets
JavaScript ★ 18 6y agoExplain → -
coffeelint-brunch ▣
Adds Coffeelint linting support to Brunch.
JavaScript ★ 18 9y agoExplain → -
less-brunch ▣
Adds LESS support to Brunch
JavaScript ★ 14 7y agoExplain → -
commonjs-require-definition ▣
Common.js require definition.
JavaScript ★ 13 6y agoExplain → -
javascript-brunch ▣
DEPRECATED. Adds JavaScript support to Brunch
JavaScript ★ 13 9y agoExplain → -
iced-coffee-script-brunch ▣
DEPRECATED. Adds IcedCoffeeScript support to Brunch
JavaScript ★ 13 7y agoExplain → -
brunch-boilerplate-plugin ▣
Boilerplate for brunch plugins. Simply clone the repo and change {{NAME}} and {{DESCRIPTION}} vars
JavaScript ★ 12 6y agoExplain → -
brunch-guide-demos ▣
A series of demo Brunch projects for an in-depth article about it
JavaScript ★ 12 10y agoExplain → -
eslint-brunch ▣
Adds ESLint support to Brunch
JavaScript ★ 11 6y agoExplain → -
css-brunch ▣
DEPRECATED. Adds CSS support to Brunch
JavaScript ★ 11 7y agoExplain → -
livescript-brunch ▣
Adds LiveScript support to brunch
JavaScript ★ 10 9y agoExplain → -
fusion ▣
DEPRECATED. Fusion is a tool to merge multiple JavaScript templates into one namespaced template object. It also contains a watch mode to check for changes in the source directory.
JavaScript ★ 10 15y agoExplain → -
nunjucks-brunch ▣
Adds nunjucks support to Brunch
CoffeeScript ★ 8 7y agoExplain → -
brunch-extensions ▣
DEPRECATED. Was used in brunch 0.9 with old plugin API.
CoffeeScript ★ 8 14y agoExplain → -
jshint-brunch ▣
Adds JSHint linting support to Brunch.
JavaScript ★ 7 7y agoExplain → -
deppack ▣
Extract node modules to browser.
JavaScript ★ 4 6y agoExplain → -
eco-brunch ▣
Adds eco templates support to brunch
JavaScript ★ 4 9y agoExplain → -
buble-brunch ▣
Adds Bublé support to http://brunch.io.
JavaScript ★ 3 9y agoExplain → -
ecc-example ▣
Example app with Brunch
JavaScript ★ 2 5y agoExplain → -
styl-brunch ▣
Adds Styl CSS preprocessor support to brunch
JavaScript ★ 2 9y agoExplain → -
eslint-config-brunch ▣
No description.
JavaScript ★ 1 5y agoExplain → -
node-browser-modules ▣
No description.
JavaScript ★ 1 6y agoExplain → -
skemata ▣
An object structure and types validation library
JavaScript ★ 1 10y agoExplain → -
roy-brunch ▣
Adds Roy support to brunch
CoffeeScript ★ 1 9y agoExplain → -
with-cordova ▣
A simple Brunch skeleton for Cordova
Ruby ★ 1 9y agoExplain → -
serve-brunch ▣
Simple webserver for Brunch.
JavaScript ★ 1 8y agoExplain → -
umd-wrapper ▣
Simple UMD wrapper for templates
★ 0 13y agoExplain → -
since-app-start ▣
Get time passed since you've started node.js process.
JavaScript ★ 0 6y agoExplain → -
for-designers ▣
Simple skeleton for prototypers and designers.
CSS ★ 0 6y agoExplain → -
deps-install ▣
Instantly check if node_modules match package.json versions
JavaScript ★ 0 4y agoExplain → -
cra-brunch-test ▣
No description.
JavaScript ★ 0 10y agoExplain → -
react-livejs ▣
No description.
JavaScript ★ 0 10y agoExplain →
No repos match these filters.