A template to get started with Nextcloud app development
Go to file
dependabot[bot] 54c2c3726b
bump @nextcloud/vite-config from 1.4.2 to 2.2.2
---
updated-dependencies:
- dependency-name: "@nextcloud/vite-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-19 05:57:49 +00:00
.github chore: update workflows from templates 2024-08-23 14:39:30 +02:00
appinfo build: Add Nextcloud 30 support 2024-07-24 09:20:49 +02: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 fix: Change app id to app_template 2024-04-25 10:25:56 +02:00
templates fix: Change app id to app_template 2024-04-25 10:25:56 +02:00
tests build: Add rector 2024-09-20 00:58:36 +02:00
vendor-bin chore(deps-dev): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2024-10-19 07:51:23 +02: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 build: Add rector 2024-09-20 00:58:36 +02:00
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2024-08-11 18:12:16 +02:00
LICENSE feat: Initial commit 2024-04-25 10:03:54 +02:00
openapi.json fix: Change app id to app_template 2024-04-25 10:25:56 +02:00
package-lock.json bump @nextcloud/vite-config from 1.4.2 to 2.2.2 2024-10-19 05:57:49 +00:00
package.json bump @nextcloud/vite-config from 1.4.2 to 2.2.2 2024-10-19 05:57:49 +00:00
psalm.xml feat: Initial commit 2024-04-25 10:03:54 +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 build: Add rector 2024-09-20 00:58:36 +02:00
stylelint.config.cjs build: Migrate to vite 2024-09-20 11:36:42 +02:00
vite.config.js build: Migrate to vite 2024-09-20 11:36:42 +02:00
webpack.js feat: Initial commit 2024-04-25 10:03:54 +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: