0.2.0 • Published 6 months ago
icora v0.2.0
Icora
A comprehensive collection of icons for your next project. Visit our documentation website for more details.
Installation
- Initialize Icora in your project:
npx icora@latest init
This will prompt you for:
- Icons directory (default:
src/assets/icons
) - Types path (default:
@/src/lib/
)
Usage
Add Individual Icon
Add a specific icon to your project:
npx icora add <library-iconName>
Example:
npx icora add ai-AiFillDelete
Add All Icons from Library
Add all icons from a specific library:
npx icora add-all <library>
Example:
npx icora add-all ai
Available Icon Libraries
fa
- Font Awesomeai
- Ant Design Iconsbs
- Bootstrap Iconsbi
- BoxIconscg
- CSS.gg Iconsci
- Circum Iconsdi
- DevIconsfi
- Feather Iconsfc
- Flat Color Iconsgi
- Game Iconsgo
- GitHub Octicons Iconsgr
- Grommet-Iconshi
- Hero Iconsim
- IcoMoon Freeio
- IonIcons (version 4)io5
- IonIcons (version 5)md
- Material Design Iconsri
- Remix Iconsi
- Simple Iconssl
- Simple Line Iconstb
- Tabler Iconsti
- TypIconsvsc
- VS Code Iconswi
- Weather Icons
Configuration
After initialization, your configuration will be saved in .Icorarc.json
. You can manually edit this file to update paths:
{
"targetDirectory": "src/assets/icons",
"typesPath": "@/src/lib/"
}
Documentation
For more detailed documentation, examples, and API references, visit our documentation website.
License
MIT