A dynamic project that effortlessly creates visually appealing repository cards in SVG format. Customize your GitHub project showcase with this intuitive tool, highlighting key details like stars, forks, and programming language, all in a sleek and shareable design.
Copy and paste this into your markdown, and that's it. Simple!
https://repo.ardyc.ru/?repository=ktorio/ktor&stroke=false&background-color=000501&opacity=1&text-color=79C7C5
background-color
option used to customize background of panel. Usage background-color=000000. The color is set in hexadecimal format without #stroke
option used to on or off stroke of main panelopacity
option used to change opacity of main paneltext-color
option used to customize text color. Usage background-color=000000. The color is set in hexadecimal format without #
- To run the application use Docker.
docker run -p 80:8080 ghcr.io/arhostcode/repo-badge:latest
- Or you can download latest release on page Releases And run
java -jar repo-badge-all.jar
- Clone the Project:
Open your terminal and navigate to the desired directory. Clone the Ktor project repository using Git:
git clone https://github.com/arhostcode/repobadge
- Navigate to Project Directory:
Change into the project directory:
cd repobadge
- Run the Application:
./gradlew run
- Access the Application:
Once the application is running, open a web browser and navigate to the specified address http://localhost:8080 to access the application.