{"id":28199581,"url":"https://github.com/dxfrontier/cds-ts-dispatcher-dev-container","last_synced_at":"2025-05-16T19:12:02.147Z","repository":{"id":219777921,"uuid":"748110943","full_name":"dxfrontier/cds-ts-dispatcher-dev-container","owner":"dxfrontier","description":"This dev container repository contains the CDS-TS-Dispatcher, CDS-TS-Repository and all dependencies needed to boot a new project.","archived":false,"fork":false,"pushed_at":"2024-11-28T09:45:22.000Z","size":681,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-28T10:32:47.813Z","etag":null,"topics":["cap","cds","cds-ts-dispatcher","cds-ts-repository","devcontainer","docker","sap-cap"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/dxfrontier.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":"2024-01-25T09:49:48.000Z","updated_at":"2024-11-28T09:45:24.000Z","dependencies_parsed_at":"2024-03-12T14:27:31.667Z","dependency_job_id":"97330f4f-b61e-49b6-b89e-b5879710169a","html_url":"https://github.com/dxfrontier/cds-ts-dispatcher-dev-container","commit_stats":null,"previous_names":["dxfrontier/cds-ts-dispatcher-dev-container"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxfrontier%2Fcds-ts-dispatcher-dev-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxfrontier%2Fcds-ts-dispatcher-dev-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxfrontier%2Fcds-ts-dispatcher-dev-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxfrontier%2Fcds-ts-dispatcher-dev-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dxfrontier","download_url":"https://codeload.github.com/dxfrontier/cds-ts-dispatcher-dev-container/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254592394,"owners_count":22097014,"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":["cap","cds","cds-ts-dispatcher","cds-ts-repository","devcontainer","docker","sap-cap"],"created_at":"2025-05-16T19:12:01.617Z","updated_at":"2025-05-16T19:12:02.120Z","avatar_url":"https://github.com/dxfrontier.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CDS-TS-Dispatcher dev container\n\n![SAP](https://img.shields.io/badge/SAP-0FAAFF?style=for-the-badge\u0026logo=sap\u0026logoColor=white)\n![ts-node](https://img.shields.io/badge/ts--node-3178C6?style=for-the-badge\u0026logo=ts-node\u0026logoColor=white)\n![Node.js](https://img.shields.io/badge/Node%20js-339933?style=for-the-badge\u0026logo=nodedotjs\u0026logoColor=white)\n![Express.js](https://img.shields.io/badge/Express%20js-000000?style=for-the-badge\u0026logo=express\u0026logoColor=white)\n![json](https://img.shields.io/badge/json-5E5C5C?style=for-the-badge\u0026logo=json\u0026logoColor=white)\n![npm](https://img.shields.io/badge/npm-CB3837?style=for-the-badge\u0026logo=npm\u0026logoColor=white)\n![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white)\n\nThe `CDS-TS-Dispatcher dev container` repository contains the [CDS-TS-Dispatcher](https://github.com/dxfrontier/cds-ts-dispatcher) \u0026 [CDS-TS-Repository](https://github.com/dxfrontier/cds-ts-repository) and `all dependencies` needed to boot a new project :\n\n`Tools` installed inside of the container :\n\n- `Controller` - `Service` - `Repository` project structure folders :\n  - `controller`\n  - `service`\n  - `repository`\n  - `middleware`\n  - `util`\n  - `test`\n- `ESLint`, `Prettier`\n- `VSCode Extensions` best extensions for SAP CAP TypeScript development\n- `Cloud MTA Build tool` for building `MTA file`\n- `Cloud Foundry CLI (CF)`\n- `Git`, `Cds`, `Npm`, `Node`\n- `CDS-Typer` for building typescript entities out of `CDS files`\n- `tsconfig.json, .eslintrc, .prettierrc`, `.gitignore` - predefined properties\n- `package.json` - predefined `scripts`\n- Linux OS\n\n## Table of Contents\n\n- [CDS-TS-Dispatcher dev container](#cds-ts-dispatcher-dev-container)\n  - [Table of Contents](#table-of-contents)\n  - [Installation](#installation)\n    - [Docker \\\u0026 VSCode - `(local development)`](#docker--vscode---local-development)\n    - [SAP Business Application Studio - `(BAS)`](#sap-business-application-studio---bas)\n  - [Contributing](#contributing)\n  - [License](#license)\n  - [Authors](#authors)\n\n## Installation\n\n### Docker \u0026 VSCode - `(local development)`\n\n1. Install [**Docker desktop**](https://www.docker.com/products/docker-desktop/)\n2. Clone `CDS-TS-Dispatcher container` using below command :\n\n```bash\ngit clone https://github.com/dxfrontier/cds-ts-dispatcher-dev-container\n```\n\n3. Open project in `VSCode` using:\n\n```bash\ncode cds-ts-dispatcher-dev-container\n```\n\n4. Change GIT remote origin to your origin\n\n```bash\ngit remote remove origin\ngit remote add origin https://github.com/user/YOUR_GIT_REPOSITORY.git\ngit branch -M main\ngit push -u origin main\n```\n\n5. Install [Remote development pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack) VScode extension\n\n6. COMMAND + SHIFT + P on `MacOS` or CTRL + SHIFT + P on `Windows`\n\n   1. Type - `Rebuild and Reopen in Container` - This step will start creating the container project and start the Node server.\n\n7. Start development as usual.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#table-of-contents\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### SAP Business Application Studio - `(BAS)`\n\n1. Clone `CDS-TS-Dispatcher container` using below command :\n\n```bash\ngit clone https://github.com/dxfrontier/cds-ts-dispatcher-dev-container\n```\n\n2. Change GIT remote origin to your origin\n\n```bash\ngit remote remove origin\ngit remote add origin https://github.com/user/YOUR_GIT_REPOSITORY.git\ngit branch -M main\ngit push -u origin main\n```\n\n3. Install the following npm packages\n\n```bash\nnpm install -g typescript ts-node\n```\n\n4. Start development as usual.\n\n```bash\nnpm start\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#table-of-contents\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)\n\nCopyright (c) 2024 DXFrontier\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n## Authors\n\n- [@dragolea](https://github.com/dragolea)\n- [@sblessing](https://github.com/sblessing)\n- [@mathiasvkaiz](https://github.com/mathiasvkaiz)\n- [@ABS GmbH](https://www.abs-gmbh.de/) team\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#table-of-contents\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxfrontier%2Fcds-ts-dispatcher-dev-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdxfrontier%2Fcds-ts-dispatcher-dev-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxfrontier%2Fcds-ts-dispatcher-dev-container/lists"}