{"id":27064124,"url":"https://github.com/thecodeorigin/lite-express-swagger","last_synced_at":"2025-04-05T16:37:07.488Z","repository":{"id":47313983,"uuid":"401710787","full_name":"thecodeorigin/lite-express-swagger","owner":"thecodeorigin","description":"A lite way for building swagger in expressJs 🚀🚀🚀","archived":false,"fork":false,"pushed_at":"2021-09-22T17:03:04.000Z","size":159,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2023-03-09T23:32:20.481Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/thecodeorigin.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":"2021-08-31T13:20:54.000Z","updated_at":"2021-09-01T15:40:22.000Z","dependencies_parsed_at":"2022-09-06T14:00:54.877Z","dependency_job_id":null,"html_url":"https://github.com/thecodeorigin/lite-express-swagger","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodeorigin%2Flite-express-swagger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodeorigin%2Flite-express-swagger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodeorigin%2Flite-express-swagger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodeorigin%2Flite-express-swagger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodeorigin","download_url":"https://codeload.github.com/thecodeorigin/lite-express-swagger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247369365,"owners_count":20927920,"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-04-05T16:37:06.816Z","updated_at":"2025-04-05T16:37:07.469Z","avatar_url":"https://github.com/thecodeorigin.png","language":"TypeScript","readme":"# Lite Express Swagger\n\n## Description\n---\nLite Express Swagger is a package built by typescript and an open-source project that helps expressjs application to easily build swagger\ndocumentation.\\\nThis package provides flexibility and lite functionality to build swagger document and not using the raw json\nto build it.\n\n## Getting started\n---\nFirstly you need to initialize your documentation by defining in this way:\n```javascript\nconst document = new DocumentBuilder()\n    .setInfo({\n        title: 'Express application',\n        version: '1.0',\n        // Below fields are optional\n        description: 'Description';\n        termsOfService: 'http://swagger.io/terms/';\n        contact: {\n            name: 'Phu';\n            email: 'test@gmail.com';\n        };\n        license: {\n            name: 'Apache 2.0';\n            url: 'http://www.apache.org/licenses/LICENSE-2.0.html';\n        };\n    })\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodeorigin%2Flite-express-swagger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodeorigin%2Flite-express-swagger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodeorigin%2Flite-express-swagger/lists"}