Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.
/ icons Public archive

Webclient icon generator for freecloud

Notifications You must be signed in to change notification settings

freecloudio/icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All 'dem icons for the freecloud! ☁️

Generating icon files is a breeze with this magic masterpiece!✨

You bring

  • A working installation of Go
  • This project in $GOPATH/src/github.com/freecloudio/icons
  • Cloned with submodules

You get

  • An icons.js file, which is automatically generated from the icons.txt list.
  • Joy 🎉

What you need to do

First, install Go. If you are a cool person, you already have this 😉 Then, clone this repo by executing

cd $GOPATH/src/github.com/freecloudio
git clone  --recursive -j2 https://github.com/freecloudio/icons
cd icons

Then, edit the icons.txt file by adding icons to it or removing unneeded ones. You can find all available icons in MaterialDesign/icons/svg. The icon names are their filenames without their extension.

After editing the icons.txt file, just run go run main.go and there you have it!

Note: The parser expects the icons.txt file to have \n as line separator, so please watch out!

About

Webclient icon generator for freecloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published