gokmen / coffeepad

CoffeePad: CoffeeScript editor in your browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archived project. No maintenance.

This project is not maintained anymore and is archived. Feel free to fork and make your own changes if needed.

CoffeePad coffeepad.rocks

CoffeeScript editor in your browser

CoffeePad is actually nothing more than putting some awesome pieces together. It provides live compiling for CoffeeScript to JavaScript with hints.

It's built with Koding's Framework KD, uses CodeMirror as editor and CoffeeScript's browser compiler.

It can be used as Chrome extension or a standalone web app from coffeepad.rocks. It keeps everyting in localStorage even in Chrome extension, which means there is no server dependency. Everything happens in your browser.

You can fork it from https://github.com/gokmen/coffeepad

Try locally

  • Assuming that you already installed Node.js
 git clone git@github.com:gokmen/coffeepad.git coffeepad
 cd coffeepad
 npm start

then open http://localhost:1903 in your browser

Have fun!

About

CoffeePad: CoffeeScript editor in your browser

License:MIT License


Languages

Language:JavaScript 71.6%Language:HTML 19.3%Language:CSS 7.4%Language:CoffeeScript 1.7%Language:Shell 0.0%