{"id":28188167,"url":"https://github.com/ragarwalll/sap-cag-cli","last_synced_at":"2026-04-27T20:31:20.118Z","repository":{"id":282590489,"uuid":"949082637","full_name":"ragarwalll/sap-cag-cli","owner":"ragarwalll","description":"A zero-config CLI tool to scaffold full-stack SAP Business Technology Platform (BTP) applications in minutes. Supports UI5 or React frontends and Node.js or Spring Boot backends, with ready-to-use deployment descriptors.","archived":false,"fork":false,"pushed_at":"2025-09-15T03:35:24.000Z","size":35,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-17T07:55:47.634Z","etag":null,"topics":["agarwal","boilerplate","btp","cli","nodejs","ragarwalll","rahul","sap","sap-btp","sapui5","therahulagarwal"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ragarwalll.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":"FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":"SUPPORT.md","governance":"GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"ragarwalll","patreon":"ragarwalll","buy_me_a_coffee":"ragarwalll"}},"created_at":"2025-03-15T16:28:54.000Z","updated_at":"2025-07-07T08:02:23.000Z","dependencies_parsed_at":"2025-07-22T11:31:42.794Z","dependency_job_id":null,"html_url":"https://github.com/ragarwalll/sap-cag-cli","commit_stats":null,"previous_names":["ragarwalll/sap-cloud-application-generator-cli","ragarwalll/sap-cag-cli"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ragarwalll/sap-cag-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragarwalll%2Fsap-cag-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragarwalll%2Fsap-cag-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragarwalll%2Fsap-cag-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragarwalll%2Fsap-cag-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ragarwalll","download_url":"https://codeload.github.com/ragarwalll/sap-cag-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragarwalll%2Fsap-cag-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32354564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["agarwal","boilerplate","btp","cli","nodejs","ragarwalll","rahul","sap","sap-btp","sapui5","therahulagarwal"],"created_at":"2025-05-16T08:12:04.489Z","updated_at":"2026-04-27T20:31:20.114Z","avatar_url":"https://github.com/ragarwalll.png","language":"TypeScript","funding_links":["https://github.com/sponsors/ragarwalll","https://patreon.com/ragarwalll","https://buymeacoffee.com/ragarwalll"],"categories":[],"sub_categories":[],"readme":"# CLI Tool for SAP BTP Full-Stack Applications\r\n\r\n[![NPM Version](https://img.shields.io/npm/v/@ragarwal06/create-sap-fs-app)](https://www.npmjs.com/package/@ragarwal06/create-sap-fs-app)  [![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)\r\n\r\nA zero-config CLI tool to scaffold full-stack SAP Business Technology Platform (BTP) applications in minutes. Supports UI5 or React frontends and Node.js or Spring Boot backends, with ready-to-use deployment descriptors.\r\n\r\n## 🚀 Features\r\n\r\n- Generates complete project boilerplates:\r\n  - UI5 or React frontend  \r\n  - Node.js or Spring Boot backend  \r\n- Auto-configured `package.json` / `pom.xml`, VS Code launch \u0026 task files\r\n- Predefined deployment descriptors: `mta.yaml`, `xs-app.json`, etc.\r\n- Extensible via a plugin API or direct CLI flags\r\n- Out-of-the-box integration with common SAP BTP services\r\n- Consistent conventions for faster team onboarding\r\n\r\n## 🎯 Prerequisites\r\n\r\n- Node.js ≥ 14.19  \r\n- npm, yarn, or pnpm  \r\n- (Optional) SAP BTP CLI (`@sap/cli`) \u0026 Cloud Foundry CLI (`cf`) to deploy \r\n\r\n## ⚙️ Installation \u0026 Usage\r\n\r\nInvoke the generator using your preferred package manager’s `create` command. This downloads and runs the latest CLI without global install.\r\n\r\n### npm\r\n\r\n```bash\r\nnpm create @ragarwal06/sap-fs-app@latest\r\n```\r\n\r\n### yarn\r\n\r\n```bash\r\nyarn create @ragarwal06/sap-fs-app@latest\r\n```\r\n\r\n### pnpm\r\n\r\n```bash\r\npnpm create @ragarwal06/sap-fs-app@latest\r\n```\r\n\r\n## 📋 Usage\r\n\r\nAfter running the `create` command, follow the interactive prompts:\r\n\r\n1. Project name, namespace, and package type  \r\n2. Frontend choice: UI5 or React  \r\n3. Backend choice: Node.js or Spring Boot  \r\n4. Select additional SAP BTP services (e.g., Connectivity, XSUAA, HANA)  \r\n5. Review dependency versions and confirm  \r\n\r\nThe generator creates a new directory containing:\r\n\r\n- `package.json` or `pom.xml`  \r\n- Scaffolded UI5/React frontend code  \r\n- Scaffolded Node.js/Spring Boot backend code\r\n- Deployment descriptors (`mta.yaml`, `xs-app.json`, etc.)  \r\n\r\n\r\n## 📄 License\r\n\r\nThis project is licensed under the ISC License. See the [LICENSE](LICENSE) file for details.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragarwalll%2Fsap-cag-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fragarwalll%2Fsap-cag-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragarwalll%2Fsap-cag-cli/lists"}