0.12.0 • Published 10 months ago

@ownclouders/file-picker v0.12.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

ownCloud File picker

Easily integrate ownCloud into your own web applications.

Project setup

pnpm install

The install step will also take care of installing ownCloud Design System because we're manually building it from the release branch

Compiles and minifies for production

pnpm build

Copies over oCIS example and starts a server

pnpm preview

Run your unit tests

pnpm test:unit

Lints and fixes files

pnpm lint