{"id":15068247,"url":"https://github.com/express-helper/express-helper","last_synced_at":"2026-01-03T07:08:45.825Z","repository":{"id":196238065,"uuid":"695590057","full_name":"express-helper/express-helper","owner":"express-helper","description":"Express helper","archived":false,"fork":false,"pushed_at":"2023-10-01T23:08:50.000Z","size":82,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-02-23T13:38:16.643Z","etag":null,"topics":["express","express-utils","mvc-pattern"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/expressjs-helper","language":"TypeScript","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/express-helper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-09-23T16:22:10.000Z","updated_at":"2023-09-28T20:18:25.000Z","dependencies_parsed_at":"2024-09-25T01:42:56.184Z","dependency_job_id":null,"html_url":"https://github.com/express-helper/express-helper","commit_stats":null,"previous_names":["express-helper/express-helper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/express-helper%2Fexpress-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/express-helper%2Fexpress-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/express-helper%2Fexpress-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/express-helper%2Fexpress-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/express-helper","download_url":"https://codeload.github.com/express-helper/express-helper/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243833309,"owners_count":20355244,"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":["express","express-utils","mvc-pattern"],"created_at":"2024-09-25T01:32:46.610Z","updated_at":"2026-01-03T07:08:45.770Z","avatar_url":"https://github.com/express-helper.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# expressjs-helper\n\nThis library is a utility library that runs on top of express and is lightweight, \nbut supports many convenient functions for using express.\n\n```bash\nnpm i expressjs-helper\n```\n\nOnly [TypeScript](https://www.typescriptlang.org/) is supported.\n\n\n## How to use\n\n```typescript\n// controller/TestController.ts\n@RestController()\nexport class TestController{\n\n    @Get(\"/hello\")\n    get(){\n        return \"helloWorld\";\n    }\n}\n\n// app.ts\nconst app: Express = express();\nconst port = 8000;\n\napp.use(expressHelper());\napp.use(expressHelperEndpoint());\n\n\napp.listen(port, () =\u003e {\n    console.log(`Server is running on http://localhost:${port}`);\n});\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpress-helper%2Fexpress-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexpress-helper%2Fexpress-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpress-helper%2Fexpress-helper/lists"}