Installation - OpenMarshal/npm-WebDAV-Server GitHub Wiki

From npm

npm install webdav-server

From GitHub

This command will get the files without the versioning

git clone --depth 1 https://github.com/OpenMarshal/npm-WebDAV-Server.git

From your webbrowser

You just have to go to the last release page and to download the archive.

Import into a project

After being installed, you can import it with :

TypeScript

import * as webdav from 'webdav-server'

JavaScript

const webdav = require('webdav-server');