{"id":19560512,"url":"https://github.com/codelytv/kotlin-basic-skeleton","last_synced_at":"2025-04-26T23:33:07.625Z","repository":{"id":50931859,"uuid":"382372365","full_name":"CodelyTV/kotlin-basic-skeleton","owner":"CodelyTV","description":"A basic Skeleton to create your Kotlin apps easily","archived":false,"fork":false,"pushed_at":"2023-11-27T09:02:26.000Z","size":124,"stargazers_count":56,"open_issues_count":0,"forks_count":6,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-04T18:38:47.403Z","etag":null,"topics":["bootstrap","kotlin","kotlin-library"],"latest_commit_sha":null,"homepage":"","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/CodelyTV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-07-02T14:31:40.000Z","updated_at":"2025-02-11T23:39:18.000Z","dependencies_parsed_at":"2023-11-27T10:26:11.454Z","dependency_job_id":null,"html_url":"https://github.com/CodelyTV/kotlin-basic-skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelyTV%2Fkotlin-basic-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelyTV%2Fkotlin-basic-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelyTV%2Fkotlin-basic-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelyTV%2Fkotlin-basic-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodelyTV","download_url":"https://codeload.github.com/CodelyTV/kotlin-basic-skeleton/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251068040,"owners_count":21531475,"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":["bootstrap","kotlin","kotlin-library"],"created_at":"2024-11-11T05:07:51.472Z","updated_at":"2025-04-26T23:33:06.352Z","avatar_url":"https://github.com/CodelyTV.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kotlin Bootstrap (base / project skeleton)\n\n[![Software License][ico-license]][link-license]\n\n## Introduction\n\nThis is a repository intended to serve as a starting point if you want to bootstrap a project in Kotlin.\n\nIt could be useful if you want to start from scratch a kata or a little exercise or project. The idea is that you don't have to worry about the boilerplate\n* Latest stable kotlin version\n* Best practices applied:\n    * [`README.md`][link-readme]\n    * [`LICENSE`][link-license]\n    * [`build.gradle.kts`][link-build-gradle]\n    * [`.gitignore`][link-gitignore]\n* Some useful resources to start coding\n\n## How To Start\n\nYou could manually clone [this repo](https://github.com/CodelyTV/kotlin-basic-skeleton) or just us it as a template\n\n### Cloning the repository\n\nWe recommend to follow the next step by step process in order to avoid adding the bootstrap project commits to your project Git history:\n\n1. [Use this repositoy template](https://github.com/CodelyTV/kotlin-basic-skeleton/generate)\n2. Clone your project\n3. Move to the project directory: `cd your-project-name`\n5. Build the project for the first time: `./gradlew build`\n6. Run all the checks: `./gradlew check`. This will do some checks that you can perform with isolated commands:\n    1. [Klint](https://ktlint.github.io/) using [Spotless](https://github.com/diffplug/spotless): `./gradlew spotlessCheck`. If you want to fix style issues automatically: `./gradlew spotlessApply`.\n    2. [Kotlin test](https://kotlinlang.org/api/latest/kotlin.test/): `./gradlew test`.\n7. To just run the project execute: `./gradlew run`\n7. Start coding!\n\n## Helpful resources\n\n### Kotlin\n\n* [Kotlin Coding Conventions](https://kotlinlang.org/docs/coding-conventions.html)\n* [Comparison between Kotlin and Java](https://kotlinlang.org/docs/comparison-to-java.html)\n\n### Kotlin test\n\n* [Test code using JUnit in JVM - tutorial](https://kotlinlang.org/docs/jvm-test-using-junit.html)\n* [JUnit5 assertions](https://junit.org/junit5/docs/5.0.1/api/org/junit/jupiter/api/Assertions.html)\n\n\n## About\n\nThis hopefully helpful utility has been developed by [CodelyTV][link-author] and [contributors][link-contributors].\n\nWe'll try to maintain this project as simple as possible, but Pull Requests are welcome!\n\n## License\n\nThe MIT License (MIT). Please see [License File][link-license] for more information.\n\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n\n[link-license]: LICENSE\n[link-readme]: README.md\n[link-gitignore]: .gitignore\n[link-build-gradle]: build.gradle.kts\n[link-author]: https://github.com/CodelyTV\n[link-contributors]: https://github.com/CodelyTV/kotlin-basic-skeleton/graphs/contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelytv%2Fkotlin-basic-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodelytv%2Fkotlin-basic-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelytv%2Fkotlin-basic-skeleton/lists"}