Skip to content

lucor/fynematic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fynematic

Fynematic is a simple CLI tool that automates the generation of Material Icons for the Fyne toolkit.

The generated icons are compatible with the dark and light themes.

Example

example

See the example folder for an example application.

Installation

go install github.com/lucor/fynematic@latest

Usage

Usage: fynematic [options]
  -category string
    	icon category. Allowed categories: [action alert av communication content device editor file hardware home image maps navigation notification places search social toggle] (default "action")
  -dir string
    	output folder (default ".")
  -name string
    	icon name. See https://fonts.google.com/icons for the full list (default "info")
  -package string
    	package to use in header (default "main")
  -release string
    	material icon release tag on GitHub (default "master")
  -style string
    	icon style. Allowed styles: [outlined filled round sharp twotone] (default "outlined")

Credits

About

Material Icons generator for Fyne

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages