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
- Host: GitHub
- URL: https://github.com/gkovacs/livescriptconsole
- Owner: gkovacs
- Created: 2017-01-13T06:02:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T06:50:10.000Z (over 4 years ago)
- Last Synced: 2025-03-27T19:13:22.757Z (about 1 year ago)
- Topics: chrome-extension, debugging, javascript, livescript
- Language: HTML
- Size: 1.1 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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