{"id":15573145,"url":"https://github.com/htdangkhoa/de-express","last_synced_at":"2025-07-24T11:04:29.445Z","repository":{"id":36839029,"uuid":"230635646","full_name":"htdangkhoa/de-express","owner":"htdangkhoa","description":" :fire: Decorators for express framework.","archived":false,"fork":false,"pushed_at":"2023-01-24T01:02:18.000Z","size":1462,"stargazers_count":6,"open_issues_count":11,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-18T10:23:25.420Z","etag":null,"topics":["decorators","es6","express","expressjs","nodejs"],"latest_commit_sha":null,"homepage":"https://github.com/htdangkhoa/de-express/wiki","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/htdangkhoa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"htdangkhoa","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.buymeacoffee.com/udXILEJ"]}},"created_at":"2019-12-28T16:39:28.000Z","updated_at":"2024-09-21T18:13:38.000Z","dependencies_parsed_at":"2023-02-13T07:20:36.981Z","dependency_job_id":null,"html_url":"https://github.com/htdangkhoa/de-express","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htdangkhoa%2Fde-express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htdangkhoa%2Fde-express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htdangkhoa%2Fde-express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htdangkhoa%2Fde-express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/htdangkhoa","download_url":"https://codeload.github.com/htdangkhoa/de-express/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250546462,"owners_count":21448338,"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":["decorators","es6","express","expressjs","nodejs"],"created_at":"2024-10-02T18:10:51.159Z","updated_at":"2025-04-24T02:22:51.513Z","avatar_url":"https://github.com/htdangkhoa.png","language":"JavaScript","funding_links":["https://ko-fi.com/htdangkhoa","https://www.buymeacoffee.com/udXILEJ"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align='center'\u003ede-express\u003c/h1\u003e\n\n\u003cp align='center'\u003e\n  \u003ca href='https://david-dm.org/htdangkhoa/de-express'\u003e\n    \u003cimg src='https://david-dm.org/htdangkhoa/de-express/status.svg' alt='dependencies Status'/\u003e\n  \u003c/a\u003e\n\n  \u003ca href='https://david-dm.org/htdangkhoa/de-express?type=dev'\u003e\n    \u003cimg src='https://david-dm.org/htdangkhoa/de-express/dev-status.svg' alt='devDependencies Status'/\u003e\n  \u003c/a\u003e\n\n  \u003ca href='https://github.com/prettier/prettier'\u003e\n    \u003cimg src='https://img.shields.io/badge/code_style-prettier-ff69b4.svg' alt='code style: prettier'/\u003e\n  \u003c/a\u003e\n\n  \u003ca href='https://github.com/htdangkhoa/de-express/actions'\u003e\n    \u003cimg src='https://github.com/htdangkhoa/de-express/workflows/build/badge.svg' alt='build'/\u003e\n  \u003c/a\u003e\n\n  \u003ca href='https://github.com/htdangkhoa/de-express/blob/master/LICENSE'\u003e\n    \u003cimg src='https://img.shields.io/github/license/htdangkhoa/de-express' alt='license'/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align='center'\u003e\n  \u003ca href='https://www.npmjs.com/package/de-express'\u003e\n    \u003cimg src='https://nodei.co/npm/de-express.svg' alt='npm' /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n\u003e `de-express` is a simple way to use [express](http://expressjs.com/) with ES6 decorators.\n\n## Install\n\n```bash\n$ yarn add -D @babel/cli @babel/core @babel/node @babel/preset-env @babel/plugin-transform-runtime\n# npm install --save-dev @babel/cli @babel/core @babel/node @babel/preset-env @babel/plugin-transform-runtime\n\n$ yarn add -D @babel/plugin-proposal-decorators @babel/plugin-proposal-class-properties\n# or npm install --save-dev @babel/plugin-proposal-decorators @babel/plugin-proposal-class-properties\n\n$ yarn add de-express\n# or npm install de-express\n```\n\n## .babelrc\n\n```json\n{\n  \"presets\": [\"@babel/env\"],\n  \"plugins\": [\n    \"@babel/transform-runtime\",\n    [\"@babel/plugin-proposal-decorators\", { \"legacy\": true }],\n    [\"@babel/proposal-class-properties\", { \"legacy\": true }]\n  ]\n}\n```\n\n## Usage\n\nVisit the [wiki](https://github.com/htdangkhoa/de-express/wiki).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtdangkhoa%2Fde-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhtdangkhoa%2Fde-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtdangkhoa%2Fde-express/lists"}