{"id":24017435,"url":"https://github.com/amaziahub/tunic","last_synced_at":"2026-04-13T08:31:48.282Z","repository":{"id":271108527,"uuid":"912411078","full_name":"amaziahub/tunic","owner":"amaziahub","description":"A minimal setup for a Kotlin application using Gradle","archived":false,"fork":false,"pushed_at":"2025-01-06T15:44:44.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-10T23:52:22.265Z","etag":null,"topics":["functional-programming","java","jvm","kotlin"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amaziahub.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,"zenodo":null}},"created_at":"2025-01-05T14:00:31.000Z","updated_at":"2025-01-06T15:44:47.000Z","dependencies_parsed_at":"2025-04-29T06:01:12.095Z","dependency_job_id":null,"html_url":"https://github.com/amaziahub/tunic","commit_stats":null,"previous_names":["amaziahub/tunic"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amaziahub/tunic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amaziahub%2Ftunic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amaziahub%2Ftunic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amaziahub%2Ftunic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amaziahub%2Ftunic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amaziahub","download_url":"https://codeload.github.com/amaziahub/tunic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amaziahub%2Ftunic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T06:26:45.479Z","status":"ssl_error","status_checked_at":"2026-04-13T06:26:44.645Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["functional-programming","java","jvm","kotlin"],"created_at":"2025-01-08T09:17:51.758Z","updated_at":"2026-04-13T08:31:48.267Z","avatar_url":"https://github.com/amaziahub.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003e **tunic** – A minimal setup for a Kotlin application using Gradle.\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n![Kotlin](https://img.shields.io/badge/kotlin-1.9.0-blue.svg?logo=kotlin\u0026logoColor=white)\n![Gradle](https://img.shields.io/badge/gradle-8.4-%2302303A.svg?logo=gradle)\n[![Last Commit](https://img.shields.io/github/last-commit/amaziahub/tunic.svg)](https://github.com/amaziahub/tunic/commits/main)\n[![License](http://img.shields.io/:license-apache2.0-red.svg)](http://doge.mit-license.org)\n![Made with ❤️](https://img.shields.io/badge/made%20with-%E2%9D%A4-red.svg)\n\u003c/div\u003e\n\u003c/div\u003e\n\n---\n\n## Prerequisites\n\nEnsure the following are installed on your system:\n\n- [Java Development Kit (JDK)](https://adoptopenjdk.net/) 8 or later\n- [Gradle](https://gradle.org/install/)\n- [Make](https://www.gnu.org/software/make/)\n\n---\n\n## Project Structure\n```text\nsimple-gradle-kotlin-project/ \n├── build.gradle.kts # Gradle build script (Kotlin DSL) \n├── settings.gradle.kts # Gradle settings \n├── Makefile # Makefile for simplified task execution \n├── src/ \n│ ├── main/ \n│ │ └── kotlin/ \n│ │     └── Main.kt # Main application code \n│ └── test/ \n│   └── kotlin/ \n│       └── MainTest.kt # Unit tests \n└── build/ # Generated build files (ignored in VCS)\n```\n\n---\n\n## Usage\n\nTo simplify project management, a `Makefile` is provided. Use the following commands to perform common tasks:\n\n### Build the Project\nCompiles the source code and generates the build artifacts.\n```bash\n  make build\n```\n\n### Run Tests\nExecutes the unit tests and generates a report.\n```bash\n  make test\n```\n\n### View Test Report\nOpens the HTML test report in your default browser.\n```bash\n  make report\n```\n\n### Run the Application\nRuns the main application.\n```bash\n  make run\n```\n---\nHappy coding! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famaziahub%2Ftunic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famaziahub%2Ftunic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famaziahub%2Ftunic/lists"}