Skip to content

mpetuska/kamp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Gitpod ready-to-code Kotlin JS IR supported

KAMP

This project aims to provide an extensive catalogue of kotlin multiplatform projects across various maven repositories out there.

Motivation

The project is heavily inspired by existing community catalogues such as Awesome Kotlin & multiplatform-libraries. While they all provide the same feature as this project (a catalogue for kotlin libraries), they all require the library authors to be aware of them and register their creations. This project aims to automate that to ensure the community has an extensive self-updating catalogue of all the marvelous kotlin creations out there!

Structure

The project consists of two modules - a background processor providing the data feed and a webapp for exposing it as a catalogue.

Scanner

An internet crawler that's meant to scan and identify kotlin libraries across the web. It is only able to find the libraries published with gradle-metadata, so older Kotlin libraries might be missing. Currently, supported maven repositories are:

App

The driving server and client to expose the data collected by the scanner as a nice web-based catalogue.