Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codelytv/java-gildedrose-kata


https://github.com/codelytv/java-gildedrose-kata

gilded-rose gildedrose java kata solid

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Java Bootstrap (base / project skeleton)

## Introduction

This is a repository intended to serve as a starting point if you want to bootstrap a project in Java 8 with JUnit 5.2 and Gradle 4.6.

## How To Start

1. Install Java 8
2. Clone this repository `git clone https://github.com/CodelyTV/java-bootstrap`.
3. Run the tests with `./gradlew test`
4. Start developing!