DaisyUI Explorer

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

DaisyUI-Specific Configuration

Set up the DaisyUI configuration for the CLI:


source

initialize_daisyui_cli

 initialize_daisyui_cli ()

Initialize the CLI with DaisyUI configuration.


source

setup_argument_parser

 setup_argument_parser (config:Optional[cjm_fasthtml_tailwind.cli.cli_conf
                        ig.LibraryConfig]=None)

Set up the main argument parser with all subcommands.

Type Default Details
config Optional None Optional configuration to use
Returns ArgumentParser Main argument parser with all subcommands

CLI Entry Point

Main function for the DaisyUI console script:


source

main

 main ()

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

Export