Command Line Tools
Table of Contents
- Styling Command Outputs Using Color Utils
The Color Util class is a helper class for command line application for formatting and applying colors to your output text for vibrancy, it's useful when you want to display text with a background col
- v3.3.0 Full Changelog
Provides a detailed record of all changes in Luminova's latest version, updates, and improvements made to the Luminova Framework over time.
- Commands Implementation Examples
This example demonstrates how a command line tool can be implemented, using the Base Command class and command routing.
- Image to ASCII Art Generator for Command-Line
The Command Image Util converts images into ASCII art with customizable character sets, color mapping, and resizing for terminal applications.
- Novakit Commands and Integration Patterns
Novakit is Luminova's command-line tool for managing application development, such as database, generating sitemaps, or executing custom-defined console-based commands using the Novakit CLI handler.
- Command Execution and Formatting Helper with Terminal Class
A CLI helper class for building interactive command-line tools in NovaKit, with support for input prompts, table output, command execution, and styled messages.
- Text Utils for Formatting Command Outputs
The command Text utils class is a helper class for Luminova Command. It provides a common useful method for output text processing to help while developing your CLI application.