Skip to content

Installation

Adrien Castex edited this page May 26, 2017 · 2 revisions

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');
Clone this wiki locally