This is a CAP plugin which extends @sap/cds/common
, and provides enhanced reuse data in .csv
.
It is used in the bookstore sample.
Caution
This is just a sample, not intended for production use. It is meant to demonstrate how to create a CAP plugin and how to use it in your application. It is not optimized for performance or security.
npm add @capire/common
Requires this in your .npmrc:
@capire:registry=https://npm.pkg.github.com
Following the plug & play principle of CAP plugins, adding this dependency to your project will automatically extend selected definitions in @sap/cds/common
, as well as filling your database with enhanced initial data, both of which being applied to your application without any further configuration or coding efforts.
- Visit the capire docs to learn about CAP.
- especially Getting Started in a Nutshell.
- Visit our SAP Community to ask questions.
- Find the full sample set on https://github.com/capire/samples.
In case you have a question, find a bug, or otherwise need support, please use our community. See the documentation at https://cap.cloud.sap for more details about CAP.
Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.