@nextcloud/cdav-library
Version:
CalDAV and CardDAV client library for Nextcloud
45 lines (31 loc) • 1.41 kB
Markdown
<!--
- SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
# cdav-library
[](https://api.reuse.software/info/github.com/nextcloud/cdav-library)
[](https://www.npmjs.com/package/@nextcloud/cdav-library)
:date: 📇 CalDAV and CardDAV client library for JavaScript
## Build the library
``` bash
# install dependencies
npm install
# build for dev and watch changes
npm run watch
# build for dev
npm run dev
# build for production with minification
npm run build
```
## Running tests
You can use the provided npm command to run all tests by using:
```
npm run test
```
## :v: Code of conduct
The Nextcloud community has core values that are shared between all members during conferences,
hackweeks and on all interactions in online platforms including [Github](https://github.com/nextcloud) and [Forums](https://help.nextcloud.com).
If you contribute, participate or interact with this community, please respect [our shared values](https://nextcloud.com/code-of-conduct/). :relieved:
## :heart: How to create a pull request
This guide will help you get started:
- :dancer: :smile: [Opening a pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)