Skip to content

Commit 96ff484

Browse files
committed
npx and cds-dk
1 parent e94f5ee commit 96ff484

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

example-cap-server/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
| Check Service Calls | [http/check-service.http](./http/check-service.http) |
1212
| CAP Feature Toggle | [fts/check-service-extension](./fts/check-service-extension) |
1313

14+
## CDS-DK with npx
15+
16+
The build time tooling of cds is too ambivalent for regular npx usage. This is how you can still use it with `npx`
17+
18+
```
19+
npx --package=@sap/cds-dk -- cds
20+
```
21+
1422
## CDS and local dependencies
1523

1624
Ideally, we would want to mount our library as a `file:` dependency in this sample project. Unfortunately CDS does not

0 commit comments

Comments
 (0)