0.1.4 • Published 6 months ago
@ragarwal06/sap-cloud-application-generator-types v0.1.4
SAP Cloud Application Types Library
A shared TypeScript library of enums, interfaces, and constants used by both the CLI and VSIX generators for SAP Cloud Application projects. Provides:
- Standardized service identifiers and configuration keys
 - Supported package lists for frontends and backends
 - Common interfaces for project metadata and dependency specs
 
🚀 Features
- Enums for supported frontends (
FrontendFramework), backends (BackendFramework), and services (BtpService) - Predefined lists of package names and versions for UI5, React, Node.js, Spring Boot, etc.
 - Single source of truth for both 
@ragarwal06/sap-fs-appCLI and VS Code extension 
🎯 Installation
Install via npm, yarn, or pnpm:
# npm
npm install @ragarwal06/sap-cloud-application-types --save
# yarn
yarn add @ragarwal06/sap-cloud-application-types
# pnpm
pnpm add @ragarwal06/sap-cloud-application-types📦 Library Contents
Enums
FrontendFrameworkUI5,REACT
BackendFrameworkNODE,SPRING
BtpServiceXSUAA, etc.
📄 License
This project is licensed under the ISC License. See the LICENSE file for details.