iconify_sdk_cli 1.0.0
iconify_sdk_cli: ^1.0.0 copied to clipboard
Command-line tool for the Iconify SDK. Downloads icon sets and generates Dart code from your iconify.yaml configuration.
Changelog #
1.0.0 - 2026-03-16 #
Added #
- Optimization Flags:
--format=binary: Generates high-performance.iconbinfiles.--format=sprite: Generates SVG sprite sheets for Web HTML optimization.--compress: Automatically applies GZIP compression to all generated assets.--font: Generates.otficon fonts for monochromatic icon sets.
- Manifest Generation: Automatic creation of
icons.sprite.jsonandicons.font.jsonfor SDK provider synchronization.
Changed #
- Stable release version 1.0.0.
generatecommand now supports background processing for large collection encoding.
0.2.0 - 2026-03-12 #
0.1.0 - 2026-03-12 #
Added #
- Unified CLI runner for managing Iconify icon sets.
initcommand for interactive project setup.synccommand for high-speed multi-collection synchronization from GitHub.doctorcommand for project health and configuration auditing.generatecommand for manual icon bundling and code generation.licensescommand for generating legal attribution reports.- Comprehensive end-to-end integration test suite.