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.
iconify_sdk_cli #
Command-line interface for the Iconify SDK. Manage, synchronize, and bundle icons for production with ease.
Installation #
dart pub global activate iconify_sdk_cli
Commands #
init #
Initialize Iconify in your project. Creates iconify.yaml.
sync #
Synchronize icon collections from GitHub to your local snapshot directory.
iconify sync
generate #
Bundle the icons used in your source code into optimized formats.
iconify generate --format=all --compress --font
--format=binary: Create high-speed.iconbinfiles.--format=sprite: Create SVG sprite sheets for Web.--compress: Apply GZIP compression to all outputs (~70% reduction).--font: Generate an icon font for monochrome icons.
licenses #
Generate an ICON_ATTRIBUTION.md file based on the icons used in your project.
doctor #
Check your project configuration and local snapshots for issues.
License #
MIT