DaisyUI Explorer

CLI tool for exploring cjm-fasthtml-daisyui components and builders

DaisyUI-Specific Configuration

Set up the DaisyUI configuration for the CLI:


initialize_daisyui_cli


def initialize_daisyui_cli(
    
)->LibraryConfig: # Configuration for the CLI

Initialize the CLI with DaisyUI configuration.


setup_argument_parser


def setup_argument_parser(
    config:Optional=None, # Optional configuration to use
)->ArgumentParser: # Main argument parser with all subcommands

Set up the main argument parser with all subcommands.

CLI Entry Point

Main function for the DaisyUI console script:


main


def main(
    
)->None: # CLI entry point

CLI entry point for exploring cjm-fasthtml-daisyui components.

Export