brunch/brunch
A fast front-end web application build tool designed for rapid development with simple configuration and incremental compilation, now deprecated by its original author.
Core Features
Quick Start
npm install -g brunch@4.0.2Detailed Introduction
Brunch is a fast front-end web application build tool, established in 2011, designed to simplify web development through simple declarative configuration and seamless incremental compilation. It facilitates rapid development with features like project scaffolding via skeletons, a built-in development server, and optimized production builds. However, it's crucial to note that the original `brunch` NPM package is deprecated and its ownership has been transferred. Users are strongly advised to pin to version `4.0.2` and consider migrating to alternative tools due to potential security risks with future versions published by the new, unaffiliated owner.