No description
Find a file
2025-12-13 08:11:16 +01:00
.github Replace ubuntu-latest-low with ubuntu-latest in GitHub workflows 2025-11-28 11:38:50 +01:00
appinfo chore: update license 2025-12-10 10:53:54 -08:00
img feat: Initial commit 2024-04-25 10:03:54 +02:00
lib fix: Change app id to app_template 2024-04-25 10:25:56 +02:00
src refactor: migrate to Typescript 2025-09-27 18:57:24 +02:00
templates fix(templates): Fix loading script and style 2025-01-14 09:29:12 +01:00
tests fix: Fix rector config 2025-10-09 17:10:24 +02:00
vendor-bin chore(deps-dev): Bump rector/rector in /vendor-bin/rector 2025-12-13 02:19:40 +00:00
.eslintrc.cjs build: Migrate to vite 2024-09-20 11:36:42 +02:00
.gitignore build: Migrate to vite 2024-09-20 11:36:42 +02:00
.nvmrc feat: Initial commit 2024-04-25 10:03:54 +02:00
.php-cs-fixer.dist.php feat: Initial commit 2024-04-25 10:03:54 +02:00
CHANGELOG.md chore(docs): Add README.md, CHANGELOG.md, CODE_OF_CONDUCT.md 2024-04-29 07:34:09 +02:00
CODE_OF_CONDUCT.md chore(docs): Add README.md, CHANGELOG.md, CODE_OF_CONDUCT.md 2024-04-29 07:34:09 +02:00
composer.json chore: Nextcloud 30 is EOL 2025-09-27 19:18:19 +02:00
composer.lock chore(deps): Bump bamarni/composer-bin-plugin from 1.8.2 to 1.8.3 2025-11-29 02:19:09 +00:00
LICENSE feat: Initial commit 2024-04-25 10:03:54 +02:00
openapi.json chore: update license 2025-12-10 10:53:54 -08:00
package-lock.json Merge pull request #220 from nextcloud/dependabot/npm_and_yarn/vite-7.2.7 2025-12-13 08:11:16 +01:00
package.json Merge pull request #220 from nextcloud/dependabot/npm_and_yarn/vite-7.2.7 2025-12-13 08:11:16 +01:00
psalm.xml build: Remove Nextcloud 29 support 2025-08-19 11:06:55 +02:00
README.md chore(docs): Add README.md, CHANGELOG.md, CODE_OF_CONDUCT.md 2024-04-29 07:34:09 +02:00
rector.php fix: Fix rector config 2025-10-09 17:10:24 +02:00
stylelint.config.cjs build: Migrate to vite 2024-09-20 11:36:42 +02:00
tsconfig.json refactor: migrate to Typescript 2025-09-27 18:57:24 +02:00
vite.config.ts refactor: migrate to Typescript 2025-09-27 18:57:24 +02:00

App Template

A template to get started with Nextcloud app development.

Usage

  • To get started easily use the Appstore App generator to dynamically generate an App based on this repository with all the constants prefilled.
  • Alternatively you can use the "Use this template" button on the top of this page to create a new repository based on this repository. Afterwards adjust all the necessary constants like App ID, namespace, descriptions etc.

Once your app is ready follow the instructions to upload it to the Appstore.

Resources

Documentation for developers:

Help for developers: