A template to get started with Nextcloud app development
Go to file
Michel Roux 0f77ef8f93
Some checks failed
app_template / xml (push) Successful in 11s
app_template / php (push) Failing after 48s
app_template / nodejs (push) Failing after 46s
app_template / release (push) Has been skipped
rework dotfiles
2024-11-10 16:05:53 +01:00
.gitea/workflows move github to gitea actions 2024-11-10 13:03:55 +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 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
.dockerignore rework dotfiles 2024-11-10 16:05:53 +01:00
.eslintrc.cjs build: Migrate to vite 2024-09-20 11:36:42 +02:00
.gitignore rework dotfiles 2024-11-10 16:05:53 +01:00
.l10nignore rework dotfiles 2024-11-10 16:05:53 +01:00
.nvmrc feat: Initial commit 2024-04-25 10:03:54 +02:00
.php-cs-fixer.dist.php rework dotfiles 2024-11-10 16:05:53 +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 rework dotfiles 2024-11-10 16:05:53 +01:00
composer.lock rework dotfiles 2024-11-10 16:05:53 +01:00
LICENSE feat: Initial commit 2024-04-25 10:03:54 +02:00
Makefile rework dotfiles 2024-11-10 16:05:53 +01:00
package-lock.json rework dotfiles 2024-11-10 16:05:53 +01:00
package.json rework dotfiles 2024-11-10 16:05:53 +01: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 rework dotfiles 2024-11-10 16:05:53 +01:00
stylelint.config.cjs build: Migrate to vite 2024-09-20 11:36:42 +02:00
tsconfig.json rework dotfiles 2024-11-10 16:05:53 +01:00
vite.config.ts rework dotfiles 2024-11-10 16:05:53 +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: