{"id":19711024,"url":"https://github.com/slackhq/kotlin-cli-util","last_synced_at":"2025-04-29T17:31:31.850Z","repository":{"id":42465932,"uuid":"465442197","full_name":"slackhq/kotlin-cli-util","owner":"slackhq","description":"Kotlin CLI utilities, mostly intended for use with Clikt","archived":true,"fork":false,"pushed_at":"2024-10-14T20:05:58.000Z","size":543,"stargazers_count":37,"open_issues_count":6,"forks_count":3,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-22T12:15:22.047Z","etag":null,"topics":["cli","clikt","kotlin","kotlin-script"],"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/slackhq.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2022-03-02T19:27:54.000Z","updated_at":"2024-10-26T15:31:49.000Z","dependencies_parsed_at":"2023-10-01T20:34:11.297Z","dependency_job_id":"78a222e0-bcf8-4290-ad08-8b1922fd2e8c","html_url":"https://github.com/slackhq/kotlin-cli-util","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slackhq%2Fkotlin-cli-util","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slackhq%2Fkotlin-cli-util/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slackhq%2Fkotlin-cli-util/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slackhq%2Fkotlin-cli-util/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slackhq","download_url":"https://codeload.github.com/slackhq/kotlin-cli-util/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251549244,"owners_count":21607373,"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":["cli","clikt","kotlin","kotlin-script"],"created_at":"2024-11-11T22:09:21.919Z","updated_at":"2025-04-29T17:31:31.101Z","avatar_url":"https://github.com/slackhq.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚠️ ARCHIVED\n\nThis project has moved to a new home! https://github.com/slackhq/foundry/tree/main/tools/cli\n\n---\n\n# Kotlin CLI Utils\n\nA repo containing basic CLI utilities for Kotlin.\n\n## Installation\n\n[![Maven Central](https://img.shields.io/maven-central/v/com.slack.cli/kotlin-cli-util.svg)](https://mvnrepository.com/artifact/com.slack.cli/kotlin-cli-util)\n```gradle\ndependencies {\n  implementation(\"com.slack.cli:kotlin-cli-util:\u003cversion\u003e\")\n}\n```\n\nSnapshots of the development version are available in [Sonatype's `snapshots` repository][snap].\n\n## Local testing\n\nIf consuming these utilities from a kotlin script file, you can test changes like so:\n\n1. Set the version in `gradle.properties`, such as `2.5.0-LOCAL1`.\n2. Run `./gradlew publishToMavenLocal` to publish the current version to your local maven repository.\n3. In your script file, add the local repository and update the version:\n    ```kotlin\n    @file:Repository(\"file:///Users/{username}/.m2/repository\")\n    @file:DependsOn(\"com.slack.cli:kotlin-cli-util:{version you set in gradle.properties}\")\n    ```\n4. Repeat as needed while testing, incrementing the version number each time to avoid caching issues.\n\nLicense\n--------\n\n    Copyright 2022 Slack Technologies, LLC\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n\n[snap]: https://oss.sonatype.org/content/repositories/snapshots/com/slack/cli/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslackhq%2Fkotlin-cli-util","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslackhq%2Fkotlin-cli-util","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslackhq%2Fkotlin-cli-util/lists"}