Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 740 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 740 Bytes

Travis CI

codewars-archetype

Simple maven archetype for Codewars katas

Prerequisites

  • JDK 8
  • Maven 3

Create a project

Manually Install

git clone https://github.com/TugrulAsik/codewars-archetype.git
cd codewars-archetype
mvn clean install

Generate

    mvn archetype:generate \
        -DarchetypeGroupId=com.tugrul \
        -DarchetypeArtifactId=codewars-archetype \
        -DarchetypeVersion=1.0.0 \
        -DgroupId={your.groupId} \
        -DartifactId={your.artifactId} \
        -Dversion={your.version} \
        -DarchetypeRepository=https://github.com/TugrulAsik/codewars-archetype