{"id":15068275,"url":"https://github.com/ecrmnn/express-edge","last_synced_at":"2025-08-15T19:06:05.253Z","repository":{"id":42460969,"uuid":"122446430","full_name":"ecrmnn/express-edge","owner":"ecrmnn","description":"🔤  Use Edge templating engine with Express","archived":false,"fork":false,"pushed_at":"2023-08-14T21:35:55.000Z","size":15,"stargazers_count":53,"open_issues_count":2,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T14:11:14.786Z","etag":null,"topics":["edge","express","expressjs","template","template-engine","templating"],"latest_commit_sha":null,"homepage":"https://npmjs.com/express-edge","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecrmnn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-02-22T07:43:32.000Z","updated_at":"2024-10-07T20:38:50.000Z","dependencies_parsed_at":"2024-06-18T18:40:33.556Z","dependency_job_id":null,"html_url":"https://github.com/ecrmnn/express-edge","commit_stats":{"total_commits":15,"total_committers":5,"mean_commits":3.0,"dds":0.4,"last_synced_commit":"f1a75e1f078a023c3c0e3562c61d5a5def7d9d93"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecrmnn%2Fexpress-edge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecrmnn%2Fexpress-edge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecrmnn%2Fexpress-edge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecrmnn%2Fexpress-edge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecrmnn","download_url":"https://codeload.github.com/ecrmnn/express-edge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248147948,"owners_count":21055546,"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":["edge","express","expressjs","template","template-engine","templating"],"created_at":"2024-09-25T01:33:06.373Z","updated_at":"2025-04-10T16:22:50.061Z","avatar_url":"https://github.com/ecrmnn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# express-edge\n\n\u003e Use Edge templating engine with Express\n\n[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fecrmnn%2Fexpress-edge%2Fbadge%3Fref%3Dmaster\u0026style=flat-square\u0026label=build)](https://github.com/ecrmnn/express-edge/actions)\n[![npm version](https://img.shields.io/badge/Node.js-v14%2B-green?style=flat-square)](https://github.com/ecrmnn/express-edge)\n[![npm version](https://img.shields.io/npm/v/express-edge.svg?style=flat-square)](http://badge.fury.io/js/express-edge)\n[![npm downloads](https://img.shields.io/npm/dm/express-edge.svg?style=flat-square)](http://badge.fury.io/js/express-edge)\n[![npm license](https://img.shields.io/npm/l/express-edge.svg?style=flat-square)](http://badge.fury.io/js/express-edge)\n[![prs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n[![eslint](https://img.shields.io/badge/code_style-airbnb-blue.svg?style=flat-square)](https://github.com/airbnb/javascript)\n\n## Installation\n\n```bash\nnpm install express-edge --save\n```\n\n## Usage\n\nSee the [Edge documentation](https://docs.adonisjs.com/guides/views/introduction) for how to structure your templates.\n\nRequires Node.js 14+ from `express-edge@3`\n\n```javascript\nconst express = require('express');\nconst app = express();\nconst engine = require('express-edge');\n\n// Automatically sets view engine and adds dot notation to app.render\napp.use(engine);\napp.set('views', `${__dirname}/views`);\n\n// Configure view caching\napp.enable('view cache');\n// --- or ---\napp.diable('view cache');\n\napp.get('/', (req, res) =\u003e {\n  res.render('users.index', { users });\n});\n\napp.listen(3000);\n```\n\n## License\n\nMIT © [Daniel Eckermann](http://danieleckermann.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecrmnn%2Fexpress-edge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecrmnn%2Fexpress-edge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecrmnn%2Fexpress-edge/lists"}