feat: add nxtcloud generated code
This commit is contained in:
commit
34b7d0b9cb
26 changed files with 1200 additions and 0 deletions
25
README.md
Normal file
25
README.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Nsnm
|
||||
|
||||
A template to get started with Nextcloud app development.
|
||||
|
||||
## Usage
|
||||
|
||||
- To get started easily use the [Appstore App generator](https://apps.nextcloud.com/developer/apps/generate) 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](https://nextcloudappstore.readthedocs.io/en/latest/developer.html) to
|
||||
upload it to the Appstore.
|
||||
|
||||
## Resources
|
||||
|
||||
### Documentation for developers:
|
||||
|
||||
- General documentation and tutorials: https://nextcloud.com/developer
|
||||
- Technical documentation: https://docs.nextcloud.com/server/latest/developer_manual
|
||||
|
||||
### Help for developers:
|
||||
|
||||
- Official community chat: https://cloud.nextcloud.com/call/xs25tz5y
|
||||
- Official community forum: https://help.nextcloud.com/c/dev/11
|
||||
Loading…
Add table
Add a link
Reference in a new issue