We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94f5ee commit 96ff484Copy full SHA for 96ff484
example-cap-server/README.md
@@ -11,6 +11,14 @@
11
| Check Service Calls | [http/check-service.http](./http/check-service.http) |
12
| CAP Feature Toggle | [fts/check-service-extension](./fts/check-service-extension) |
13
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
22
## CDS and local dependencies
23
24
Ideally, we would want to mount our library as a `file:` dependency in this sample project. Unfortunately CDS does not
0 commit comments