Skip to content

athens-crafters/kata-archetype

Repository files navigation

Build Status

kata-archetype

A maven archetype for efficient kata sessions.

Get started

Generate a ready-to-go project for your next kata including Spock framework for testing.

Configure archetype locally

Add kata-archetype to local archetype-catalog:

git clone https://github.com/athens-crafters/kata-archetype.git
cd kata-archetype
mvn install archetype:update-local-catalog

Use archetype

Generate a new project:

cd my-kata-name
mvn archetype:generate -DarchetypeGroupId=com.crafters.athens.learn -DarchetypeArtifactId=kata-archetype -DarchetypeVersion=1.0

About

A maven archetype for efficient kata sessions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published