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: 12 days ago
JSON representation
A Chrome Extension for running CoffeeScript from the Web Inspector
- Host: GitHub
- URL: https://github.com/snookca/CoffeeConsole
- Owner: snookca
- Created: 2012-04-07T01:50:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-12T20:30:09.000Z (over 10 years ago)
- Last Synced: 2024-08-02T05:17:16.341Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 940 KB
- Stars: 578
- Watchers: 18
- Forks: 55
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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 CoffeeConsoleFeatures
* 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/coffeeconsoleCopyright 2012, Jonathan Snook
Released under the MIT License