- Notifications
You must be signed in to change notification settings - Fork5
CodelyTV/kotlin-basic-skeleton
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a repository intended to serve as a starting point if you want to bootstrap a project in Kotlin.
It 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
- Latest stable kotlin version
- Best practices applied:
- Some useful resources to start coding
You could manually clonethis repo or just us it as a template
We recommend to follow the next step by step process in order to avoid adding the bootstrap project commits to your project Git history:
- Use this repositoy template
- Clone your project
- Move to the project directory:
cd your-project-name - Build the project for the first time:
./gradlew build - Run all the checks:
./gradlew check. This will do some checks that you can perform with isolated commands:- Klint usingSpotless:
./gradlew spotlessCheck. If you want to fix style issues automatically:./gradlew spotlessApply. - Kotlin test:
./gradlew test.
- Klint usingSpotless:
- To just run the project execute:
./gradlew run - Start coding!
This hopefully helpful utility has been developed byCodelyTV andcontributors.
We'll try to maintain this project as simple as possible, but Pull Requests are welcome!
The MIT License (MIT). Please seeLicense File for more information.
About
A basic Skeleton to create your Kotlin apps easily
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.