Online / 5 & 6 February 2022

visit

Kotlin, CLIs and StarWars!

An introduction to creating CLI applications with Kotlin using Picocli


picoCLI is a small library that can be used to create JVM based command line interface applications. Within 30 minutes, we'll look at how to setup a project, create a small application and package it for others to use.

picoCLI is a small library that can be used to create JVM based command line interface applications.

Within 30 minutes, we'll look at how to setup a project, create a small application and package it for others to use.

picoCLI is nice for several reasons : CLIs are a great way to automate some commands we run every day. And because it supports Java and Kotlin, we can keep using our main language of choice rather than having to dive into bash or node. Finally, pico applications can be turned into native images using GraalVM, which allows for a nice end user experience.

By the end of this talk, you'll have a basic knowledge of what picoCLI can do, how to set it up and hopefully ideas of use cases to run it with!

This is a byte size presentation so it'll have to go fast!

  • I'll introduce the project in 5 minutes.
  • Then jump into a starter project and the basic features of the library around. We will compile and test it live. - 20 minutes
  • Finally, we will look into some of the advanced features, and check at packaging options for end users - 5 minutes

Speakers

Photo of Julien Lengrand-Lambert Julien Lengrand-Lambert

Links