{"id":23037054,"url":"https://github.com/n7ghtm4r3/nova-clients","last_synced_at":"2026-05-07T14:46:25.453Z","repository":{"id":264967630,"uuid":"860596226","full_name":"N7ghtm4r3/Nova-Clients","owner":"N7ghtm4r3","description":"Tool to manage and improve the developments of your releases","archived":false,"fork":false,"pushed_at":"2024-10-03T19:36:27.000Z","size":1772,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T07:57:35.242Z","etag":null,"topics":["equinox","jetpack-compose","kotlin","kotlin-multiplatform","release","release-management","release-manager","releases","self-hosted","spring","spring-boot","tecknobit"],"latest_commit_sha":null,"homepage":"https://n7ghtm4r3.github.io/Nova-Clients/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/N7ghtm4r3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-20T18:28:47.000Z","updated_at":"2024-10-04T08:21:56.000Z","dependencies_parsed_at":"2024-11-27T02:07:01.003Z","dependency_job_id":null,"html_url":"https://github.com/N7ghtm4r3/Nova-Clients","commit_stats":null,"previous_names":["n7ghtm4r3/nova-clients"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N7ghtm4r3%2FNova-Clients","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N7ghtm4r3%2FNova-Clients/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N7ghtm4r3%2FNova-Clients/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N7ghtm4r3%2FNova-Clients/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/N7ghtm4r3","download_url":"https://codeload.github.com/N7ghtm4r3/Nova-Clients/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246905869,"owners_count":20852820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["equinox","jetpack-compose","kotlin","kotlin-multiplatform","release","release-management","release-manager","releases","self-hosted","spring","spring-boot","tecknobit"],"created_at":"2024-12-15T17:28:32.000Z","updated_at":"2025-10-17T11:00:15.227Z","avatar_url":"https://github.com/N7ghtm4r3.png","language":"Kotlin","funding_links":["https://www.paypal.com/donate/?hosted_button_id=5QMN5UQH7LDT4"],"categories":[],"sub_categories":[],"readme":"# Nova-Clients\n\n**v1.0.1**\n\nThis project, based on Java and the Spring Boot framework, is an open source tool to manage and\nimprove the developments of your releases.\nImprove the development of your releases with **Nova**!\n\nThis repository contains the client versions of **Nova**, so if you want to customize you can fork\nit\nand work on it, if there are any errors, fixes to do or some idea to upgrade this project, please\nopen\na ticket or contact us to talk about, thanks and good use!\n\n## 🛠 Skills\n\n- Java\n- Kotlin\n\n## Architecture\n\nThis project will be constantly developed to reach different platforms to work on, following the platforms releases\nsteps:\n\n- Mobile\n  - \u003ca href=\"https://play.google.com/store/apps/details?id=com.tecknobit.nova\"\u003eAndroid\u003c/a\u003e\n  - iOS -\u003e planned\n- \u003ca href=\"https://github.com/N7ghtm4r3/Nova-Clients/releases/tag/1.0.1\"\u003eNova desktop version\u003c/a\u003e\n- \u003ca href=\"https://github.com/N7ghtm4r3/Nova/releases/tag/1.0.1\"\u003eBackend service \"out-of-the-box\"\u003c/a\u003e\n\n## Usages\n\nSee how to use the **Nova** service reading the \u003ca href=\"https://github.com/N7ghtm4r3/Nova#readme\"\u003eNova backend procedures\u003c/a\u003e\n\n## Customize the application\n\nTo customize and create your own version of this application you need to have\nthe \u003ca href=\"https://github.com/N7ghtm4r3/Nova/tree/main/core\"\u003e\ncore library\u003c/a\u003e implemented in your project and published into maven local system\n\n### Clone the core library and publish to maven local\n\n- Clone the repository or download the zip file of the current version available\n\n- Open the folder file in your development environment and publish to maven local with the\n  **publishMavenPublicationToMavenLocal** gradle task, take a look \u003ca href=\"https://docs.gradle.org/current/userguide/publishing_maven.html\"\u003ehere\u003c/a\u003e\n  for a help\n\n### Implement the core library to your application\n\n- #### Gradle (Short)\n\n```gradle\nrepositories {\n  ...\n  mavenLocal()\n}\n\ndependencies {\n  implementation 'com.tecknobit.novacore:novacore:1.0.1'\n}\n```\n\n#### Gradle (Kotlin)\n\n```gradle\nrepositories {\n  ...\n  mavenLocal()\n}\n\ndependencies {\n  implementation(\"com.tecknobit.novacore:novacore:1.0.1\")\n}\n```\n\n## Desktop appearance\n\n\u003cdetails\u003e\n  \u003csummary\u003eDesktop UI\u003c/summary\u003e\n  \u003cimg src=\"https://github.com/N7ghtm4r3/Nova-Clients/blob/main/images/projects_eng.png\" alt=\"projects\"/\u003e\n  \u003cimg src=\"https://github.com/N7ghtm4r3/Nova-Clients/blob/main/images/project_eng.png\" alt=\"project\"/\u003e\n  \u003cimg src=\"https://github.com/N7ghtm4r3/Nova-Clients/blob/main/images/release_eng.png\" alt=\"release\"/\u003e\n  \u003cimg src=\"https://github.com/N7ghtm4r3/Nova-Clients/blob/main/images/comment_eng.png\" alt=\"comment\"/\u003e\n\u003c/details\u003e\n\n## Authors\n\n- [@N7ghtm4r3](https://www.github.com/N7ghtm4r3)\n\n## Support\n\nIf you need help using the library or encounter any problems or bugs, please contact us via the\nfollowing links:\n\n- Support via \u003ca href=\"mailto:infotecknobitcompany@gmail.com\"\u003eemail\u003c/a\u003e\n- Support via \u003ca href=\"https://github.com/N7ghtm4r3/Nova-Clients/issues/new\"\u003eGitHub\u003c/a\u003e\n\nThank you for your help!\n\n## Badges\n\n[![](https://img.shields.io/badge/Google_Play-414141?style=for-the-badge\u0026logo=google-play\u0026logoColor=white)](https://play.google.com/store/apps/developer?id=Tecknobit)\n[![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge\u0026logo=twitter\u0026logoColor=white)](https://twitter.com/tecknobit)\n\n[![](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge\u0026logo=java\u0026logoColor=white)](https://www.oracle.com/java/)\n[![](https://img.shields.io/badge/Kotlin-0095D5?\u0026style=for-the-badge\u0026logo=kotlin\u0026logoColor=white)](https://kotlinlang.org/)\n[![](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge\u0026logo=android\u0026logoColor=white)](https://play.google.com/store/apps/details?id=com.tecknobit.nova)\n\n## Donations\n\nIf you want support project and developer\n\n| Crypto                                                                                              | Address                                        | Network  |\n|-----------------------------------------------------------------------------------------------------|------------------------------------------------|----------|\n| ![](https://img.shields.io/badge/Bitcoin-000000?style=for-the-badge\u0026logo=bitcoin\u0026logoColor=white)   | **3H3jyCzcRmnxroHthuXh22GXXSmizin2yp**         | Bitcoin  |\n| ![](https://img.shields.io/badge/Ethereum-3C3C3D?style=for-the-badge\u0026logo=Ethereum\u0026logoColor=white) | **0x1b45bc41efeb3ed655b078f95086f25fc83345c4** | Ethereum |\n\nIf you want support project and developer\nwith \u003ca href=\"https://www.paypal.com/donate/?hosted_button_id=5QMN5UQH7LDT4\"\u003ePayPal\u003c/a\u003e\n\n## Privacy policy\n\nThis section concerns Privacy and policy for Android's application published on Google Play\nStore. \u003cbr\u003e\nPandoro application **will not share any personal data of the user with third part applications.** \n\nCopyright © 2024 Tecknobit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn7ghtm4r3%2Fnova-clients","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn7ghtm4r3%2Fnova-clients","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn7ghtm4r3%2Fnova-clients/lists"}