Skip to content

Commit

Permalink
task: tweaking the landing page for leapkit
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Feb 23, 2025
1 parent 64ab7a8 commit 9029a52
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ LeapKit is a collection of packages to help you build your next application with

There are three components of LeapKit:
- The LeapKit Core
- The LeapKit Template
- The `kit` CLI
- The LeapKit Tools

## LeapKit Core
The LeapKit Core module contains the Go libraries with common web features. Things such as form binding, form validating, database migrations, and routing helpers, and hot code reloading live in this package.

## LeapKit Template
The **LeapKit Template** contains a starting point folder structure using the LeapKit core that uses the LeapKit core and the standard library to provide common functionallity.

## `kit` CLI
The kit CLI is a CLI tool with the development operations needed to acelerate the development of LeapKit based applications. With the `kit` CLI you can do things such as initializing a LeapKit application, running migrations, code generation and runnign the app in development mode.
## LeapKit Tools
The tools are a set of CLI binaries that help you develop your LeapKit based applications. Migrations, Generators and project initialization are good examples of what the tools can do.

0 comments on commit 9029a52

Please sign in to comment.