cake is a simplified version of Make (Rake, Jake) for CoffeeScript. You define tasks with names and descriptions in a Cakefile, and can call them from the command line, or invoke them from other tasks. Running cake with no arguments will print out a list of all the tasks in the current directory's Cakefile.