{"id":24302894,"url":"https://github.com/digipolitan/lagiacrus","last_synced_at":"2026-04-20T15:03:47.140Z","repository":{"id":34969424,"uuid":"193336291","full_name":"Digipolitan/lagiacrus","owner":"Digipolitan","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-23T23:46:14.000Z","size":937,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-24T13:36:10.959Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Digipolitan.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}},"created_at":"2019-06-23T10:47:31.000Z","updated_at":"2019-08-15T09:47:53.000Z","dependencies_parsed_at":"2023-02-13T04:55:28.295Z","dependency_job_id":null,"html_url":"https://github.com/Digipolitan/lagiacrus","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Flagiacrus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Flagiacrus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Flagiacrus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Flagiacrus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Digipolitan","download_url":"https://codeload.github.com/Digipolitan/lagiacrus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242225915,"owners_count":20092672,"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":[],"created_at":"2025-01-17T00:20:00.540Z","updated_at":"2026-04-20T15:03:47.090Z","avatar_url":"https://github.com/Digipolitan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lagiacrus\n\n[![npm version](https://badge.fury.io/js/lagiacrus.svg)](https://badge.fury.io/js/lagiacrus)\n\nKoa wrapper using decorators\n\n## Installation\n\n`npm install lagiacrus`\n\n## Usage\n\n\n\n## Example \n\nhello.controller.ts\n\n```typescript\n@Controller({\n    path: '/hello'\n})\nexport class HelloController {\n\n    @Get('/')\n    displayWorld(): string {\n        return 'world';\n    }\n}\n```\n\nmain.ts\n\n```typescript\nasync function main(): Promise\u003chttp.Server\u003e {\n    const server = new Server();\n    server.mount(HelloController);\n    return await server.start(3000);\n}\nmain().then(() =\u003e console.log('Listening...')).catch(console.error);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigipolitan%2Flagiacrus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigipolitan%2Flagiacrus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigipolitan%2Flagiacrus/lists"}