{"id":24273373,"url":"https://github.com/frogobox/run-command-windows-using-kotlin","last_synced_at":"2025-10-07T19:16:57.993Z","repository":{"id":271221317,"uuid":"912710347","full_name":"frogobox/run-command-windows-using-kotlin","owner":"frogobox","description":"Run Command Windows Using Kotlin","archived":false,"fork":false,"pushed_at":"2025-01-06T10:33:36.000Z","size":281,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T00:53:06.448Z","etag":null,"topics":[],"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/frogobox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"amirisback","patreon":null,"open_collective":null,"ko_fi":"amirisback","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://saweria.co/amirisback"}},"created_at":"2025-01-06T08:32:58.000Z","updated_at":"2025-01-06T10:33:39.000Z","dependencies_parsed_at":"2025-01-06T11:33:52.730Z","dependency_job_id":"1f6c323a-b689-4256-b404-ab9af1b0ccd9","html_url":"https://github.com/frogobox/run-command-windows-using-kotlin","commit_stats":null,"previous_names":["frogobox/run-command-windows-using-kotlin"],"tags_count":0,"template":false,"template_full_name":"amirisback/compile-run-kotlin-java-using-github-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frogobox%2Frun-command-windows-using-kotlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frogobox%2Frun-command-windows-using-kotlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frogobox%2Frun-command-windows-using-kotlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frogobox%2Frun-command-windows-using-kotlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frogobox","download_url":"https://codeload.github.com/frogobox/run-command-windows-using-kotlin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241989843,"owners_count":20053803,"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":[],"created_at":"2025-01-15T19:48:37.708Z","updated_at":"2025-10-07T19:16:57.891Z","avatar_url":"https://github.com/frogobox.png","language":"Kotlin","funding_links":["https://github.com/sponsors/amirisback","https://ko-fi.com/amirisback","https://saweria.co/amirisback"],"categories":[],"sub_categories":[],"readme":"## Compile and Run Kotlin / Java Using Github Action \n[![Main CI](https://github.com/amirisback/compile-run-kotlin-java-using-github-action/actions/workflows/ci.yml/badge.svg)](https://github.com/amirisback/compile-run-kotlin-java-using-github-action/actions/workflows/ci.yml)\n\n### Tools\n- Intellij IDEA\n- Kotlin v 1.8.0\n\n## Screen Shot\n![ss](docs/image/ss-1.png?raw=true)\n\n## How To Use\n### Step 1 : Create task on build.gradle.kts\n- Create Task and Register to build.gradle.kts like below\n- Sample Task Name : runMainKotlin\n- Detail [Click Here](https://github.com/amirisback/compile-run-kotlin-java-using-github-action/blob/master/build.gradle.kts)\n```kts\ntasks.register (\"runMainKotlin\", JavaExec::class.java) {\n    description = \"Compile and Run Main Kotlin\"\n    classpath = sourceSets[\"main\"].runtimeClasspath\n    // note the addition of \"Kt\" on the end of the class name.\n\n    // package name\n    mainClass.set(\"io.github.amirisback.MainKt\")\n}\n```\n\n### Step 2 : Add to CI.yml\n- Call the function that has been created in the build.gradle.kts file\n- Sample Function : runMainKotlin\n- Detail [Click Here](https://github.com/amirisback/compile-run-kotlin-java-using-github-action/blob/master/.github/workflows/ci.yml)\n```yml\n# Run main using gradle\n- name: Run Main\n  run: ./gradlew runMainKotlin\n```\n\n### Step 3 : Run On Github Action\n- Open Github Action On Github\n\n![ss](docs/image/ss-2.png?raw=true)\n\n## Colaborator\nVery open to anyone, I'll write your name under this, please contribute by sending an email to me\n\n- Mail To faisalamircs@gmail.com\n- Subject : Github _ [Github-Username-Account] _ [Language] _ [Repository-Name]\n- Example : Github_amirisback_kotlin_admob-helper-implementation\n\nName Of Contribute\n- Muhammad Faisal Amir\n- Waiting List\n- Waiting List\n\nWaiting for your contribute\n\n## Attention !!!\n- Please enjoy and don't forget fork and give a star\n- Don't Forget Follow My Github Account\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrogobox%2Frun-command-windows-using-kotlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrogobox%2Frun-command-windows-using-kotlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrogobox%2Frun-command-windows-using-kotlin/lists"}