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

A gentle introduction to Picocli

Formale Metadaten

Titel
A gentle introduction to Picocli
Untertitel
Kotlin, CLIs and StarWars!
Alternativer Titel
An introduction to creating CLI applications with Kotlin using Picocli
Serientitel
Anzahl der Teile
287
Autor
Mitwirkende
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
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
Schlagwörter