brunch/coffee-script-brunch — explained in plain English
Analysis updated 2026-07-25 · repo last pushed 2021-08-11
Add CoffeeScript compilation to a Brunch-based web project so files auto-compile on save.
Build a personal website using CoffeeScript with Brunch handling the build process.
Develop a small web app where you write CoffeeScript instead of plain JavaScript.
| brunch/coffee-script-brunch | aaaddress1/vibe-reading | amirhosseinjpl/jpl-sub-processor | |
|---|---|---|---|
| Stars | 24 | 24 | 24 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2021-08-11 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | developer | researcher | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires Brunch to be set up in your project first, install the plugin as a dependency alongside Brunch.
This repository adds CoffeeScript support to Brunch, which is a build tool for web applications. Think of it as a small plugin that teaches Brunch how to read and translate CoffeeScript code into standard JavaScript that web browsers can understand. CoffeeScript is a programming language that was designed to make JavaScript cleaner and more concise to write. Instead of typing out verbose JavaScript, developers can write shorter, more readable CoffeeScript, and this plugin handles the conversion automatically behind the scenes. When a developer saves a CoffeeScript file in their project, the tool immediately compiles it into JavaScript so the browser can run it without any extra steps. The people who would use this are web developers who already use Brunch to manage their front-end projects and prefer writing CoffeeScript over plain JavaScript. For example, a developer working on a personal website or a small web app might choose CoffeeScript because they find it faster to type and easier to skim. Without this plugin, Brunch simply would not recognize or process CoffeeScript files, so anyone wanting to use that language would need to switch to a different build tool or handle the compilation manually. The README does not go into detail about configuration options, version compatibility, or installation steps. The project itself is quite small and focused, doing one specific job within the Brunch ecosystem. It has been around for a while, which means it reflects an era when CoffeeScript was more popular among web developers, though the language has since seen declining adoption as JavaScript itself has adopted many of the features that originally made CoffeeScript appealing.
A plugin that adds CoffeeScript support to Brunch, a web app build tool. It automatically compiles CoffeeScript files into JavaScript whenever you save them, so browsers can run the code without any extra steps.
Mainly JavaScript. The stack also includes JavaScript, CoffeeScript, Brunch.
Dormant — no commits in 2+ years (last push 2021-08-11).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.