@cap-js/cds-types 0.1.0 → 0.3.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -15,8 +15,19 @@ Find more information on the APIs in the [Node.js SDK documentation](https://cap
15
15
 
16
16
  ## Support, Feedback, Contributing
17
17
 
18
+ ### Local Setup
19
+
20
+ After cloning, just run
21
+
22
+ ```sh
23
+ npm run setup
24
+ ```
25
+
26
+ which installs all dependencies.
27
+
18
28
  This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/cap-js/cds-types/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).
19
29
 
30
+
20
31
  ## Security / Disclosure
21
32
 
22
33
  If you find any bug that may be a security problem, please follow our instructions at [in our security policy](https://github.com/SAP/.github/blob/main/SECURITY.md) on how to report it. Please do not create GitHub issues for security-related doubts or problems.