@sap/cds-compiler
Version:
CDS (Core Data Services) compiler and backends
41 lines (22 loc) • 938 B
Markdown
# Getting started
## Installation and Usage
Install with npm:
```
npm install "@sap/cds-compiler"
```
Or maintain your package.json dependencies as follows:
```
"dependencies": {
"@sap/cds-compiler": "latest"
}
```
If your project already has a dependency to `@sap/cds`, nothing has to be done.
## 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.
## History and License
The cds-compiler uses [Semantic Versioning](./doc/Versioning.md) for its version numbers.
Our [CHANGELOG.md](./CHANGELOG.md) lists recent changes.
This package is provided under the terms of the [SAP Developer License Agreement, Version 3.2 CAP](LICENSE).
<!-- https://cap.cloud.sap/resources/license/developer-license-3_2_CAP.txt -->