### Croco

While in Dev

make sure you have coffee-script install

    sudo npm install -g coffee-script

clone and run

    npm install

I'm using the following command to build the source file, and execute it against the test airbnb.js.md file

    cake build && bin/docco --layout codeconv airbnb.js.md && sed "s/docco.css/resources\/codeconv\/docco.css/" < docs/airbnb.js.html > index.html && rm -r docs