0.1.4 • Published 6 months ago

@ragarwal06/sap-cloud-application-generator-types v0.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

SAP Cloud Application Types Library

NPM Version License: ISC

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-app CLI 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

  • FrontendFramework
    • UI5, REACT
  • BackendFramework
    • NODE, SPRING
  • BtpService
    • XSUAA, etc.

📄 License

This project is licensed under the ISC License. See the LICENSE file for details.

0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

8 months ago

0.0.1

8 months ago