Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Sep 2, 2024
1 parent 3279e53 commit 32189b4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
This plugin generates boilerplate http4k-based projects with ease by integrating a project wizard into IntelliJ IDEA. It streamlines the process of creating new
http4k projects by providing a user-friendly interface within the IDE and access to the [http4k Toolbox](https://toolbox.http4k.org).


<img src="screenshot.png">
<p align="center">
<img src="screenshot.png">
</p>

### How to use

Simply create a new IntelliJ project and select the http4k option from the left panel. The Wizard will guide you through a set of questions which will allow you to select a bunch of modules from the http4k ecosystem, including build tooling.
Simply create a new IntelliJ project and select the http4k option from the left panel. The Wizard will guide you through a set of questions which will allow you
to select a bunch of modules from the http4k ecosystem, including build tooling.

The generated project will be fully functional, including template tests and a run configuration for the main application class.

0 comments on commit 32189b4

Please sign in to comment.