Skip to content

A simple learning project to get more familiar with kotlin

Notifications You must be signed in to change notification settings

AngelMunoz/resumakerkt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResumakerKT

I made this sample github repo to show how to make a simple CLI using kotlin and picocli.

This is a small CLI application that takes a JSON file with a specific format and turns it into a PDF file using a default HTML template.

The part where I make the shiny and cool template for the resume is currently missing, because it is the least exciting (for me) thing to do 😆.

The rest of the software should be working as expected.

Run

./gradlew run --args="./sample.json"

Tests

./gradlew test

There are no tests yet, feel free to contribute them if you're feeling generous 😌.