# lang-console **Repository Path**: Onesimu/lang-console ## Basic Information - **Project Name**: lang-console - **Description**: a chrome extension for test new language, e.g. coffeescrip, livescript. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-03 - **Last Updated**: 2024-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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