We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

A gentle introduction to Picocli

Formal Metadata

Title
A gentle introduction to Picocli
Subtitle
Kotlin, CLIs and StarWars!
Alternative Title
An introduction to creating CLI applications with Kotlin using Picocli
Title of Series
Number of Parts
287
Author
Contributors
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
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
Keywords