JavaとpicocliとGraalVMでときめくCLIアプリを作ろう
ときめくCLIアプリとは何か?
CLIアプリはJavaで作るべきか?
picocliはどういう風に力になるか?picocliはいつ使うべきか?
GraalVMを使うのは簡単?メリットとデメリットは何か?
Outline/Structure of the Standard
ときめくCLIアプリとは何か?
CLIアプリはJavaで作るべきか?
picocliはどういう風に力になるか?picocliはいつ使うべきか?
GraalVMを使うのは簡単?メリットとデメリットは何か?
Learning Outcome
You will learn how to write professional command line (CLI) applications with very little code, that delight your users. Your application can be compiled to a native image on Linux, MacOS and Windows, so you can distribute your application as a single binary executable file.
Target Audience
Javaで「main」メソッドのあるクラスを書く人