{"id":20644969,"url":"https://github.com/todm/ui5-tooling-types","last_synced_at":"2026-02-11T13:02:19.778Z","repository":{"id":143824203,"uuid":"455895381","full_name":"todm/ui5-tooling-types","owner":"todm","description":"UI5 Tooling types","archived":false,"fork":false,"pushed_at":"2022-11-05T08:11:47.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-24T16:54:34.369Z","etag":null,"topics":["ui5","ui5-builder","ui5-cli","ui5-fs","ui5-logger","ui5-middleware","ui5-project","ui5-server","ui5-task","ui5-tooling"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/todm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-02-05T14:41:54.000Z","updated_at":"2022-10-29T17:49:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c85eb38-8deb-459b-891c-b9a79dea6234","html_url":"https://github.com/todm/ui5-tooling-types","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/todm/ui5-tooling-types","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todm%2Fui5-tooling-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todm%2Fui5-tooling-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todm%2Fui5-tooling-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todm%2Fui5-tooling-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/todm","download_url":"https://codeload.github.com/todm/ui5-tooling-types/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todm%2Fui5-tooling-types/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29333155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T12:42:24.625Z","status":"ssl_error","status_checked_at":"2026-02-11T12:41:23.344Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ui5","ui5-builder","ui5-cli","ui5-fs","ui5-logger","ui5-middleware","ui5-project","ui5-server","ui5-task","ui5-tooling"],"created_at":"2024-11-16T16:18:13.796Z","updated_at":"2026-02-11T13:02:19.744Z","avatar_url":"https://github.com/todm.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# UI5 Tooling Types\n\nTypescript definition for UI5 Tooling\n\nIncludes definitions for\n\n-   [ui5-cli](https://github.com/SAP/ui5-cli)\n-   [ui5-project](https://github.com/SAP/ui5-project)\n-   [ui5-server](https://github.com/SAP/ui5-server)\n-   [ui5-builder](https://github.com/SAP/ui5-builder)\n-   [ui5-fs](https://github.com/SAP/ui5-fs)\n-   [ui5-logger](https://github.com/SAP/ui5-logger)\n\n## Installation\n\nAdd the package with npm\n\n```sh\nnpm i -D git+https://github.com/todm/ui5-tooling-types.git\n```\n\nAdd the types to your ts-config file\n\n```yaml\n{ 'compilerOptions': {\n            # ...\n            'types': ['ui5-tooling-types']\n        } }\n```\n\nIf you don't use typescript you can also reference the types in your `.js` files.\n\n```\n/// \u003creference types=\"ui5-tooling-types\" /\u003e\n// ...\n```\n\n## Tasks and Middlewares\n\n```typescript\n// task.ts\nimport { TaskFunction } from '@ui5/builder';\n\nconst task: TaskFunction = ({ workspace, options }) =\u003e {\n    // workspace and options will have the correct types\n};\nmodule.exports = task;\n```\n\n```typescript\n// middleware.ts\nimport { MiddlewareFunction } from '@ui5/server';\n\nconst middleware: MiddlewareFunction = ({ resources, options }) =\u003e {\n    // resources and options will have the correct types\n    return (req, res, next) =\u003e {\n        // req, res and next will have the correct types as well\n    };\n};\n\nmodule.exports = middleware;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodm%2Fui5-tooling-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftodm%2Fui5-tooling-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodm%2Fui5-tooling-types/lists"}