{"id":20082113,"url":"https://github.com/exercism/kotlin-analyzer","last_synced_at":"2025-05-06T00:31:40.163Z","repository":{"id":39863277,"uuid":"192582354","full_name":"exercism/kotlin-analyzer","owner":"exercism","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-05T14:09:16.000Z","size":107,"stargazers_count":2,"open_issues_count":1,"forks_count":4,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-20T10:25:36.070Z","etag":null,"topics":["community-contributions-paused","exercism-analyzer","exercism-tooling","maintained-autonomous"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exercism.png","metadata":{"funding":{"github":["exercism"],"custom":["https://exercism.org/donate"]},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-06-18T17:11:03.000Z","updated_at":"2024-09-05T14:09:18.000Z","dependencies_parsed_at":"2024-04-12T05:31:54.928Z","dependency_job_id":null,"html_url":"https://github.com/exercism/kotlin-analyzer","commit_stats":{"total_commits":25,"total_committers":5,"mean_commits":5.0,"dds":0.6,"last_synced_commit":"2f6ca75a67db38f90236b7a5bf5128b21b105063"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fkotlin-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fkotlin-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fkotlin-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fkotlin-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exercism","download_url":"https://codeload.github.com/exercism/kotlin-analyzer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251440858,"owners_count":21589761,"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":["community-contributions-paused","exercism-analyzer","exercism-tooling","maintained-autonomous"],"created_at":"2024-11-13T15:41:57.777Z","updated_at":"2025-05-06T00:31:39.601Z","avatar_url":"https://github.com/exercism.png","language":"Kotlin","funding_links":["https://github.com/sponsors/exercism","https://exercism.org/donate"],"categories":[],"sub_categories":[],"readme":"KOTLIN ANALYZER\n=\n\nThis is an auto-analyzer for Kotlin exercises on the exercism.io platform.\n\nBuild and make final executable\n-\n_Two way to build the project :_   \n\n- Using gradle wrapper included  \n\n\n```\n./gradlew test installDist\n```\n- Using docker\n```\ndocker build -t exercism/kotlin-analyzer .\n```\n\nIt will : build classes and run test classes, then make the distribution (https://docs.gradle.org/current/userguide/distribution_plugin.html)\n\nRun\n-\n\nIn the `./build/install/kotlinanalyzer` directory, you will find a `bin/kotlinanalyzer` executable file and a `lib` folder with all dependencies. \nSimply execute `./build/install/kotlinanalyzer/bin/kotlinanalyzer` to run the application\n\n(A `bin/analyze.sh` is include to match the Interface of auto-mentoring in exercism.io)\n\nAdd an exercise\n-\nIn the package `io.exercism.analyzer.kotlin.exercice`, you'll find an abstract class `Exercise`. Just create a new package for the new exercise and create a new Kotlin class extended the `Exercise` abstract class. \n\nYou only have to implement the rules overriding this function :  \n`abstract fun applyRules(file: Node.File): Either\u003cExerciseError, Analysis\u003e`\n\nIf you're not aware with functional programming, I use [Arrow](https://arrow-kt.io/).\n\nDon't forget to add unit tests","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexercism%2Fkotlin-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexercism%2Fkotlin-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexercism%2Fkotlin-analyzer/lists"}