Skip to content

Commit

Permalink
Describe the command-line utility
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed May 23, 2011
1 parent 4035e6e commit a353639
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -4,7 +4,9 @@ Eco: Embedded CoffeeScript templates
Eco lets you embed [CoffeeScript](http://coffeescript.org/) logic in
your markup. It's like EJS and ERB, but with CoffeeScript inside the
`<% ... %>`. Use it from [Node.js](http://nodejs.org/) to render your
application's views.
application's views on the server side, or compile your templates
to JavaScript with the `eco` command-line utility and use them to
dynamically render views in the browser.

Here's an Eco template:

Expand Down

0 comments on commit a353639

Please sign in to comment.