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

https://github.com/gkovacs/livescriptconsole

A Chrome Extension for running LiveScript from the Web Inspector
https://github.com/gkovacs/livescriptconsole

chrome-extension debugging javascript livescript

Last synced: 12 months ago
JSON representation

A Chrome Extension for running LiveScript from the Web Inspector

Awesome Lists containing this project

README

          

# LiveScript Console

A Chrome extension to allow writing of [LiveScript](http://livescript.net/) within the Web Inspector and run it within the context of the current window, just like the built-in console.

## Installation

* Available in the Chrome Web Store: [LiveScript Console](https://chrome.google.com/webstore/detail/livescriptconsole/omnmkagnicpcpefgjdhngmjjoofoknfp)

## Features

* Syntax highlighting provided via the ACE editor http://ace.ajax.org/
* LiveScript compilation http://livescript.net/
* Command+Enter or Shift+Enter to run the current script

## License

Released under the MIT License

## Credits

By [Geza Kovacs](https://github.com/gkovacs)

Based on CoffeeConsole 2 by Jonathan Snook and Colldo