The core engine powering both the CLI and VS Code extension generators for SAP Cloud applications. Orchestrates template rendering, file system operations, and configuration stitching to produce a complete boilerplate project.
- Template-driven scaffolding using Handlebars
- Dynamic rendering of frontend, backend, and service modules
- Extensible template registry & hook system
- Built-in support for UI5, React, Node.js, and Spring Boot stacks
- Automatic generation of:
package.json
/pom.xml
- Deployment descriptors (
mta.yaml
,xs-app.json
,manifest.yml
)
- Pluggable file transformers and post-generation hooks
npm install @ragarwal06/sap-cloud-application-generator
# or
yarn add @ragarwal06/sap-cloud-application-generator
ISC License. See LICENSE for details.