A template to get started with Nextcloud app development
Go to file
Renovate Bot 6f96bf8938
Some checks failed
renovate/artifacts Artifact file update failure
app_template / xml (push) Successful in 13s
app_template / php (push) Failing after 40s
app_template / nodejs (push) Successful in 1m7s
app_template / release (push) Has been skipped
chore(deps): update dependency php to ^8.3.13
2024-11-11 13:26:16 +00:00
.gitea/workflows variabilize actions 2024-11-10 20:20:12 +01: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 make my own changes 2024-11-10 17:08:22 +01:00
src make my own changes 2024-11-10 17:08:22 +01:00
templates make my own changes 2024-11-10 17:08:22 +01:00
.dockerignore make my own changes 2024-11-10 17:08:22 +01:00
.eslintrc.cjs build: Migrate to vite 2024-09-20 11:36:42 +02:00
.gitignore make my own changes 2024-11-10 17:08:22 +01:00
.l10nignore make my own changes 2024-11-10 17:08:22 +01:00
.nvmrc feat: Initial commit 2024-04-25 10:03:54 +02:00
.php-cs-fixer.dist.php make my own changes 2024-11-10 17:08:22 +01: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(deps): update dependency php to ^8.3.13 2024-11-11 13:26:16 +00:00
composer.lock make my own changes 2024-11-10 17:08:22 +01:00
LICENSE feat: Initial commit 2024-04-25 10:03:54 +02:00
Makefile no need for huge chunck of comment on makefile 2024-11-10 17:56:36 +01:00
package-lock.json chore(deps): update dependency @vue/tsconfig to ^0.6.0 2024-11-10 16:36:51 +00:00
package.json remove version on package.json 2024-11-10 17:49:52 +01:00
psalm.xml make my own changes 2024-11-10 17:08:22 +01:00
README.md chore(docs): Add README.md, CHANGELOG.md, CODE_OF_CONDUCT.md 2024-04-29 07:34:09 +02:00
rector.php make my own changes 2024-11-10 17:08:22 +01:00
renovate.json Actualiser renovate.json 2024-11-11 12:54:35 +00:00
stylelint.config.cjs build: Migrate to vite 2024-09-20 11:36:42 +02:00
tsconfig.json make my own changes 2024-11-10 17:08:22 +01:00
vite.config.ts make my own changes 2024-11-10 17:08:22 +01: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: