-
Notifications
You must be signed in to change notification settings - Fork 13
v2 - Monicon CLI and Auto-generated files #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🆕 Plugin System OverviewMonicon now supports a flexible plugin system that enables you to hook into the icon generation lifecycle. You can use plugins to output files, transform icons, generate metadata, or integrate with external tools. 🔧 Interfaces
|
@monicon/react @monicon/svelte @monicon/vue @monicon/qwik @monicon/native
I will build a CLI tool to automate the generation of icon files in different formats (
.tsx
,.jsx
,.vue
,.svg
, etc.). This enables fully tree shakable icons.Core Features:
src/components/icon
).fixes: #51 #60 #71 #72