Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/snookca/CoffeeConsole

A Chrome Extension for running CoffeeScript from the Web Inspector
https://github.com/snookca/CoffeeConsole

Last synced: about 1 month ago
JSON representation

A Chrome Extension for running CoffeeScript from the Web Inspector

Lists

README

        

CoffeeConsole

A Chrome extension compatible with Chrome 18+ to allow writing of CoffeeScript within the Web Inspector and run it within the context of the current window, just like the built-in console.

Installation

* Drop the coffeeconsole.crx file into the Chrome browser.
* Load the Web Inspector and click on CoffeeConsole

Features

* Syntax highlighting provided via the ACE editor http://ace.ajax.org/
* CoffeeScript compilation https://github.com/jashkenas/coffee-script
* Command+Enter or Shift+Enter to run the current script
* Available in the Chrome Web Store: http://snk.ms/coffeeconsole

Copyright 2012, Jonathan Snook
Released under the MIT License