Welcome to CoffeeCake

CoffeeCake is a framework for creating CoffeeScript libraries. It includes everything needed to generate the library, documentation, run BDD specs, and compile it into minified JavaScript for production mode.

Installation

  • Install CoffeeCake by running gem install coffeecake
  • You will then need to install nodejs. If you're running Ubuntu or Debian Linux than you can run sudo apt-get install nodejs.

Getting Started

To create your first CoffeeCake library run ck new my-library, replacing "my-library" with the name of your library.

Coming Soon

CoffeeCake is still under development, so don't expect everything to work just yet!