compy is a lightweight app builder and compiler for web apps, version 0.1.31, based on TJ's component package manager. It allows installing and using components from the component ecosystem without configuration, supporting local require, preprocessors like CoffeeScript, Sass, Jade, and Stylus via plugins, and includes features like livereload, static server, and karma test runner. Key differentiators: framework-agnostic, zero-config setup, and integration with component's plugin system.
npm install compyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install compy globally, generate a boilerplate, install dependencies, compile the app, and run a dev server with livereload.
Migrate to modern build tools like webpack or Parcel.
Use Node 8 or lower, or switch to alternative build tools.
Use npm instead; compy may not work without component infrastructure.
npm install -g compy
npm install -g compy
npm install component-coffee --save-dev