UNPKG

@sap/cds-compiler

Version:

CDS (Core Data Services) compiler and backends

38 lines (23 loc) 852 B
# Getting started <!-- markdownlint-disable MD001 MD022 --> ##### Table of Contents <!-- markdownlint-enable MD001 MD022 --> [Installation and Usage](#installation-and-usage) [Documentation](#documentation) ## Installation and Usage Install with npm: ``` npm install "@sap/cds-compiler" ``` Or maintain your package.json dependencies as follows: ``` "dependencies": { "@sap/cds-compiler": "latest" } ``` ## Documentation Please refer to the [official CDS documentation](https://cap.cloud.sap/docs/cds/). ## How to Obtain Support In case you find a bug, please report an [incident](https://cap.cloud.sap/docs/resources/#reporting-incidents) on SAP Support Portal. ## License This package is provided under the terms of the [SAP Developer License Agreement](https://cap.cloud.sap/resources/license/developer-license-3_2_CAP.txt).