cap-js / cds-typer

CDS type generator for JavaScript
Apache License 2.0
27 stars 8 forks source link

Add build plugin #233

Closed daogrady closed 4 months ago

daogrady commented 4 months ago

Adds a plugin for cds build to build TypeScript projects. Can be called explicitly using cds build --for typescript. This plugin features two modes:

Automatic

Assumes a standard project setup. Will trigger transpilation process and copy files to the correct positions. Will also try to copy types for models to the gen/ folder for consistency.

Configured

Users can create a tsconfig.cdsbuild.json which is passed to the transpilation step.