A template to get started with Nextcloud app development
Go to file
dependabot[bot] da49b1065d
chore(deps-dev): Bump vimeo/psalm in /vendor-bin/psalm
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.23.1 to 5.24.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.23.1...5.24.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-04 02:23:38 +00:00
.github feat(ci): Enable dependabot 2024-04-29 07:17:45 +02:00
appinfo chore: Add missing author information (#4) 2024-04-29 08:54:02 +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 chore(tests): Rename API test 2024-04-25 10:25:56 +02:00
vendor-bin chore(deps-dev): Bump vimeo/psalm in /vendor-bin/psalm 2024-05-04 02:23:38 +00:00
.eslintrc.js feat: Initial commit 2024-04-25 10:03:54 +02:00
.gitignore feat: Initial commit 2024-04-25 10:03:54 +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: Add missing author information (#4) 2024-04-29 08:54:02 +02:00
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2024-04-28 02:29:48 +00: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 fix: Change app id to app_template 2024-04-25 10:25:56 +02:00
package.json fix: Change app id to app_template 2024-04-25 10:25:56 +02: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
stylelint.config.js feat: Initial commit 2024-04-25 10:03:54 +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: