kotlin-cli-starter
Life is too short for Bash programming
File Explorer
Download Latest Version (.zip)- runOnGitHub.yml
- PULL_REQUEST_TEMPLATE.md
- git-standup
- _git_standup.zsh
- git-standup.bash
- git-standup.fish
- gradle-wrapper.jar
- gradle-wrapper.properties
- yarn.lock
- CliCommand.kt
- CliConfig.kt
- GitStandup.kt
- CommonExpects.kt
- CompilationTarget.kt
- Platform.kt
- CliCommandTest.kt
- JsMain.kt
- JsActuals.kt
- JvmMain.kt
- JvmActuals.kt
- FileSystem.kt
- platform.kt
- FileSystem.kt
- platform.kt
- FileSystem.kt
- platform.kt
- WindowsActuals.kt
- NativeMain.kt
- git-standup.sh
- NativeActuals.kt
- .gitignore
- build.gradle.kts
- CONTRIBUTING.md
- gradle.properties
- gradlew
- gradlew.bat
- installer.sh
- justfile
- kotlin-cli-starter.rb
- LICENSE
- README.md
- settings.gradle.kts
- versions.properties
# Installation Guide
1. Get the code
git clone https://github.com/jmfayard/kotlin-cli-starter
Downloads the entire project code from GitHub to your computer.
cd kotlin-cli-starter
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
$ ./gradlew install
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
