diff --git a/.gitignore b/.gitignore index c564040..3935691 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .idea -node_modules/ \ No newline at end of file +node_modules/ +bun.lock +package-lock.json \ No newline at end of file diff --git a/README.md b/README.md index 35fecd3..3f584f9 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,11 @@ Create Svelte components from Iconify SVG icons with type-safe support. A simple - 🎯 **Iconify Integration**: Access and download icons from the Iconify collection. - ⚡ **Fast Conversion**: Quickly convert SVG icons to Svelte components. -- 📦 **TypeScript Support**: Generate fully typed components with interfaces for Svelte TypeScript projects. +- 📦 **TypeScript Support**: Generate fully typed components with types for Svelte TypeScript projects. - 🎨 **Customizable Icons**: Control icon size, display behavior, and spacing. - 🛠️ **CLI Tool**: Easy-to-use command-line interface for Svelte icon generation. - 🔄 **Flexible Output**: Generate JavaScript or TypeScript Svelte components. +- 📂 **Configurable Output Directory**: The Svelte component output folder can be configured with `SVELICON_ICON_PATH`. > Svelicon streamlines the process of using Iconify icons in your Svelte projects, offering TypeScript support and flexible customization. @@ -37,7 +38,7 @@ src/icons/FluentPersonPasskey28Filled.svelte npx svelicon [options] [collection]/[icon] Options: - -o, --output