📅 📇 CalDAV and CardDAV client library for JavaScript
Перейти к файлу
Richard Steinmetz af679b452b
Merge pull request #925 from nextcloud/automated/noid/main-fix-npm-audit
[main] Fix npm audit
2024-10-29 10:05:57 +01:00
.github
LICENSES
src
test
.editorconfig
.eslintrc.cjs
.gitattributes
.gitignore
AUTHORS.md
CHANGELOG.md
LICENSE
Makefile
README.md
REUSE.toml
babel.config.cjs
karma.conf.cjs
package-lock.json
package.json
renovate.json
vite.config.js
webpack.common.js
webpack.dev.js
webpack.prod.js

README.md

cdav-library

REUSE status NPM Version

📅 📇 CalDAV and CardDAV client library for JavaScript

Build the library

# 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

✌️ 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 and Forums. If you contribute, participate or interact with this community, please respect our shared values. 😌

❤️ How to create a pull request

This guide will help you get started: