Skip to content

K0zka/kotlin-simple-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

@Deprecated

Kotlin 1.0.2 was released with an archetype, this project won't be needed in the future.

kotlin-simple-archetype

Kotlin

Simple kotlin archetype for maven for libraries and stand alone apps

Usage

To kickstart your kotlin project with maven, simply copy paste this into the command line:

mvn archetype:generate \
    -DarchetypeArtifactId=kotlin-simple-archetype \
    -DarchetypeGroupId=com.github.K0zka \
    -DarchetypeVersion=1.0.0 \
    -DgroupId=com.foo.bar \
    -DartifactId=kickass-app \
    -DinteractiveMode=false

Enjoy kotlin!

About

Simple kotlin archetype for maven for libraries and stand alone apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages