Julien Lengrand-Lambert 19c430fef1 latest version
2021-07-09 00:36:27 +02:00
2021-07-09 00:36:27 +02:00
2020-11-06 09:37:21 +01:00
2020-11-06 09:38:09 +01:00

BYTE SIZE: AN INTRODUCTION TO CREATING CLI APPLICATIONS USING PICOCLI

This repository contains the materials for my #JFall byte size talk about picocli.

You can find the complete description here.

Description of the talk

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

Within 15 minutes, well 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, youll have a basic knowledge of what picoCLI can do, how to set it up and hopefully ideas of use cases to run it with!

Slides

See this link

Code and Samples

  • The example repository can be found here.
  • If you are on a MBP and want to try out the CLI, you can check out the release.

Author

Description
No description provided
Readme 23 MiB