CoffeeScript transpiler for wchd (version 0.3.2). Integrates with wchd build tool to compile CoffeeScript source files from a 'src' directory. Requires peer dependency wch ^0.10.0 and CoffeeScript as a devDependency. Focused on simplicity: set main in package.json, run 'wch start' for server and 'wch .' for watching. Lightweight but niche; no active release cadence observed. Differentiator: minimal configuration vs other CoffeeScript build tools like gulp-coffee, but tied to wchd ecosystem.
npm install wch-coffeeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic setup: package.json config, devDependencies, and commands to run wchd server and watch for changes.
Ensure wch is at version 0.10.x and wch-coffee at ^0.3.2.
Consider using wchd's native CoffeeScript handling if available; otherwise stick with this plugin.
Install coffeescript as devDependency and ensure version compatible with this plugin (e.g., ^2.7.0).
Run 'npm install wch@^0.10.0' or add wch to devDependencies.
Run 'npm install coffeescript --save-dev'
Create src/index.coffee or configure main in package.json to point to existing CoffeeScript file.