{"id":21004803,"url":"https://github.com/halfzebra/express-elm","last_synced_at":"2026-04-15T14:04:12.275Z","repository":{"id":73688431,"uuid":"104989068","full_name":"halfzebra/express-elm","owner":"halfzebra","description":"Express Elm Template Engine","archived":false,"fork":false,"pushed_at":"2017-09-27T21:53:28.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T10:14:11.492Z","etag":null,"topics":["elm","expressjs","template-engine"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/halfzebra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-27T07:53:46.000Z","updated_at":"2017-09-27T21:32:37.000Z","dependencies_parsed_at":"2023-02-24T01:15:36.274Z","dependency_job_id":null,"html_url":"https://github.com/halfzebra/express-elm","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fexpress-elm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fexpress-elm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fexpress-elm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fexpress-elm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halfzebra","download_url":"https://codeload.github.com/halfzebra/express-elm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243419584,"owners_count":20287913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elm","expressjs","template-engine"],"created_at":"2024-11-19T08:38:03.581Z","updated_at":"2025-12-28T14:39:23.565Z","avatar_url":"https://github.com/halfzebra.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express Elm Template Engine\n\nPurely Functional templates for [express](https://github.com/expressjs/express) framework.\n\n## Installation\n\n```bash\nnpm install express-elm --save\n```\n\n## Usage\n\n```js\nconst express = require('express');\nconst path = require('path');\nconst elmRenderer = require('express-elm');\n\nconst app = express();\n\napp.engine('elm', elmRenderer);\napp.set('view engine', 'elm');\napp.set('views', path.join(__dirname, 'views'));\n\napp.get('/', (req, res) =\u003e {\n  res.render('MyModule', { model: { age: 24, name: 'Noah' } })\n});\n```\n\nCheck out a fully functioning [example.](/example)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalfzebra%2Fexpress-elm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalfzebra%2Fexpress-elm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalfzebra%2Fexpress-elm/lists"}