Common sharing code for the front-end
Перейти к файлу
dependabot[bot] 58e45b57b0
Merge pull request #38 from nextcloud-libraries/dependabot/npm_and_yarn/rollup-4.22.4
2024-09-24 04:53:28 +00:00
.github/workflows ci: Update dependabot-approve-merge.yml 2024-09-02 17:48:24 +02:00
LICENSES chore: Add SPDX header 2024-07-17 12:10:51 +02:00
lib fix: Typo in `ShareType` `grup` should be `group` 2024-07-24 17:29:08 +02:00
.gitignore chore: Add SPDX header 2024-07-17 12:10:51 +02:00
.prettierignore chore: Use prettier for code style and format files using it 2024-06-19 11:22:13 +02:00
AUTHORS.md chore: reformat markdown to comply with prettier-check 2024-07-17 12:13:54 +02:00
CHANGELOG.md chore: Prepare 0.2.3 2024-07-24 17:32:37 +02:00
LICENSE Initial implementation 2021-08-18 11:23:29 +02:00
README.md chore: reformat markdown to comply with prettier-check 2024-07-17 12:13:54 +02:00
REUSE.toml chore: Add SPDX header 2024-07-17 12:10:51 +02:00
package-lock.json chore(deps): Bump rollup from 4.21.3 to 4.22.4 2024-09-24 04:52:18 +00:00
package.json chore: Prepare 0.2.3 2024-07-24 17:32:37 +02:00
tsconfig.json fix: Do not include test files in `dist` 2024-06-19 15:21:37 +02:00
vite.config.ts fix: Correctly add exports of `public` entry point 2024-06-20 01:54:47 +02:00

README.md

@nextcloud/sharing

REUSE status npm

Common front-end utils for files sharing on Nextcloud and Nextcloud apps.

Installation

npm i -S @nextcloud/sharing

Usage

There are two entry points provided:

  • The main entry point @nextcloud/sharing provides general utils for file sharing
  • The public entry point @nextcloud/sharing/public provides utils for handling public file shares