Skip to content

mpetuska/kamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e502707 · Aug 1, 2024
Mar 17, 2023
Oct 23, 2023
Apr 25, 2022
Apr 25, 2022
Oct 22, 2020
Apr 25, 2022
Aug 30, 2021
Apr 25, 2022
Apr 7, 2021
Oct 21, 2020
Mar 19, 2021
Jan 14, 2021
Aug 1, 2024
Jun 20, 2021
Apr 25, 2022
Apr 25, 2022
Apr 25, 2022
Mar 22, 2021
Apr 25, 2022
Apr 25, 2022

Repository files navigation

Gitpod ready-to-code Kotlin JS IR supported

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.