# fibber **Repository Path**: changleibox/fibber ## Basic Information - **Project Name**: fibber - **Description**: fibber - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-29 - **Last Updated**: 2025-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: Flutter ## README A sample command-line application providing basic argument parsing with an entrypoint in `bin/`. ## 生成assets和svg转ttf ### 安装方式 ```shell dart pub global activate --source git https://gitee.com/changleibox/fibber.git --overwrite ``` ### `svg2ttf`使用方式 ```shell svg2ttf --svg-input=assets/svgs --dart-output=lib/generated --ttf-output=assets/fonts --icon-classname=Icons --fontPackage=fibber ``` ### `assets`使用方式 ```shell assets --root=assets --ignore=2.0x,3.0x,.DS_Store --no-append --package=fibber --output=lib/generated ``` ### 卸载方式 ```shell dart pub global deactivate fibber ```