[New Release] Feature Complete Go port #2807
bryanvaz
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Thanks @bryanvaz, I was doing a large feature add when you added this, looks like there's some overlap. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just a heads-up, I've just finished porting
lucide
over to golang. The master repo that generates all the go packages is bryanvaz/go-lucideThe first port is for
templ
projects (bryanvaz/go-templ-lucide-icons).If anyone would like the basic go port that outputs SVG strings (for use with
html/template
), just let me know, as well as any other formats I might not have thought of.This port is feature complete (all props available in
lucide-react
&lucide-vue-next
are available in thego-templ-lucide-icons
port) and automatically syncs withlucide-icons/lucide
whenever a new release is available. Instructions on how to integrate it with your project can be found in the README or go doc. The icons have no cross-dependencies, sogo build
will only include icons that are used.If there is a community port section of the documentation, feel free to add the library.
The port is actually a PR that spiralled out of control. Thanks to @dimmerz92 who made the original
templ
port.Beta Was this translation helpful? Give feedback.
All reactions