J-Fall Virtual 2020: Julien Lengrand-Lambert – An introduction to creating CLI applications using picoCLI

picoCLI is a small library that can be used to create JVM based command line interface applications. Within 15 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!

Bio Julien:

Developer and Community builder @ing. I create ‘islands’ were engineers are the heroes. I am a software developer working for 10 years in the industry. I worked in multiple fields, from embedded electronics and image processing, to banking.

(Visited 31 times, 1 visits today)

You might be interested in