Build CLI tools you'll love to maintain
This is a placeholder package for the upcoming LiveCommands Framework Java implementation.
The Java implementation of LiveCommands is currently in development. This package reserves the namespace and establishes our presence in the Maven ecosystem.
LiveCommands is a framework born from years of maintaining complex CLI tools. It eliminates boilerplate and creates self-documenting, discoverable command-line interfaces that are a joy to both use and maintain.
- Zero Boilerplate - Code is documentation
- Runtime Discovery - Explore without manuals
- Intelligent Errors - Errors that teach
- Clean Architecture - Code you'll love to maintain
- LiveCommands Specification
- LiveCommands Lua Implementation
- LiveCommands JS Implementation
- GitHub Organization
<dependency>
    <groupId>io.github.livecommands</groupId>
    <artifactId>livecommands-core</artifactId>
    <version>0.1.0</version>
</dependency>The full Java implementation will provide:
- Fluent interface for command definition
- Automatic help generation from code
- Nested command support
- Type-safe argument parsing
- Intelligent error messages
Stay tuned for updates!
MIT - See LICENSE for details