sstephenson/eco
Embedded CoffeeScript templates observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5827
- days_rel: n/a
- days_push: 2619
- n_releases_24m: 0
Adoption not part of the score
1696 stars · 68 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Eco is a templating library that embeds CoffeeScript logic inside markup, similar to EJS or ERB. Templates can be rendered server-side in Node.js or precompiled to JavaScript with a CLI for client-side rendering.
Use cases
- render HTML views from CoffeeScript templates in Node.js
- compile templates to JavaScript for client-side rendering
- embed CoffeeScript conditionals and loops in markup
- escape and interpolate context data into HTML
- call helper methods from within templates
When to choose
- your codebase is written in CoffeeScript and you need server-side or client-side templating
- you want EJS/ERB-style templates with CoffeeScript syntax
- you need synchronous template rendering with helper methods
When to avoid
- you use modern JavaScript or TypeScript instead of CoffeeScript
- you need async template rendering
- you want an actively maintained templating engine
- you're starting a new project with modern tooling
Facets
library · maturity abandoned
templating web-development frontend developer-tools browser cli coffeescript embedded-templates server-side-rendering ejs-alternative nodejs
2 sources
- readme: https://github.com/sstephenson/eco · fetched 2026-08-28 · 61591b600e53
- registry_npm: https://registry.npmjs.org/eco · fetched 2026-08-29 · 4faa5e436db0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sstephenson/eco | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem