1 रिपॉजिटरी
Optimizations for producing standalone binaries with minimal startup overhead.
Distinct from CLI Command Frameworks: Focuses on AOT and native image compilation rather than general CLI command structure
Explore 1 awesome GitHub repository matching development tools & productivity · Native Binary Optimizations. Refine with filters or upvote what's useful.
picocli is a command line interface development framework and argument parser for JVM-based applications. It maps command line options and positional parameters to strongly typed Java methods and fields using a declarative, annotation-based model. The framework provides specific support for native image compilation, producing the reflection and resource configuration files necessary to build standalone binaries with reduced startup overhead. It further distinguishes itself with a dedicated system for generating shell autocompletion scripts and an ANSI terminal stylizer for applying colors and
Offers specific support for GraalVM native image compilation to create fast-starting standalone binaries.