mix phoenix_iconify.cache (PhoenixIconify v0.3.1)

Copy Markdown View Source

Manage the local icon set cache.

mix phoenix_iconify.cache list      # List cached icon sets
mix phoenix_iconify.cache fetch     # Fetch icon sets for all manifest icons
mix phoenix_iconify.cache clear     # Clear the cache

Fetch

Pre-fetches complete icon sets for all prefixes used in your manifest. This speeds up future compilations.

mix phoenix_iconify.cache fetch
mix phoenix_iconify.cache fetch heroicons lucide

Clear

Removes all cached icon sets.

mix phoenix_iconify.cache clear