Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leny/atom-coffeezen
Use coffeescript as a zen generator in javascript files.
https://github.com/leny/atom-coffeezen
Last synced: 2 days ago
JSON representation
Use coffeescript as a zen generator in javascript files.
- Host: GitHub
- URL: https://github.com/leny/atom-coffeezen
- Owner: leny
- License: mit
- Created: 2014-04-04T02:09:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-04T03:31:36.000Z (almost 11 years ago)
- Last Synced: 2024-12-29T08:42:53.780Z (about 2 months ago)
- Language: CoffeeScript
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CoffeeZen
> An **Atom** package
* * *
Use CoffeeScript as a zen generator in javascript files.
## What ?
**CoffeeZen**, as his name says, is a kind of *zencoding/emmet* for javascript, using CoffeeScript.
Some times, you need to edit plain `javascript` files, and you will be happy to use coffeescript, but you can't, for some reasons.
**CoffeeZen** allows you to type CoffeeScript, trigger a command and compile it, in place, as plain javascript.
## Usage
Inside a `javascript file`, select a text, then trigger the command `coffeezen` (in the command panel), or use the keyboard shortcut `TODO`.