All Projects → fomantic → create-fomantic-icons

fomantic / create-fomantic-icons

Licence: other
Generate the icon.overrides and icon.html.eco files for Fomantic-UI (or Semantic-UI)

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
Liquid
124 projects

Projects that are alternatives of or similar to create-fomantic-icons

nextjs-semantic
Next.js + Fomantic-UI + Styled Components
Stars: ✭ 68 (+223.81%)
Mutual labels:  semantic-ui, fomantic-ui
Fomantic Ui
Fomantic-UI is a community fork of Semantic-UI
Stars: ✭ 2,755 (+13019.05%)
Mutual labels:  fomantic-ui, fomantic
Fomantic-UI-LESS
LESS only distribution of Fomantic UI
Stars: ✭ 16 (-23.81%)
Mutual labels:  fomantic-ui, fomantic
Simple-UI-Semantic-UI-Admin
Free Semantic UI (Fomantic-UI) Admin Template
Stars: ✭ 50 (+138.1%)
Mutual labels:  semantic-ui, fomantic-ui
Semantic-ui-hamburger-menu
A simple Semantic UI hamburger responsive menu add-on
Stars: ✭ 24 (+14.29%)
Mutual labels:  semantic-ui
react-template
My starting template for most react apps
Stars: ✭ 23 (+9.52%)
Mutual labels:  semantic-ui
vision-ui
视觉UI分析工具
Stars: ✭ 165 (+685.71%)
Mutual labels:  semantic-ui
jsonresume-theme-kendall
A theme for jsonresume
Stars: ✭ 43 (+104.76%)
Mutual labels:  fontawesome
semantic-ui-forest
[Archived] Source code for official semantic-ui-forest website.
Stars: ✭ 49 (+133.33%)
Mutual labels:  semantic-ui
LeanCloud-Vue-Boilerplate
A boilerplate project to start LeanCloud/Vue.js production, for real.
Stars: ✭ 16 (-23.81%)
Mutual labels:  semantic-ui
Wall-E
A modern jekyll theme with grid frontpage, beautiful typography, mobile responsive, made with Semantic UI
Stars: ✭ 38 (+80.95%)
Mutual labels:  semantic-ui
vue-resume
a live resume builder using VueJs
Stars: ✭ 72 (+242.86%)
Mutual labels:  fontawesome
chicio.github.io
👻 Fabrizio Duroni (me 😄) personal website. Created using GatsbyJS, Styled Components, Storybook, Typescript, tsParticles, GitHub pages, Github Actions, Upptime.
Stars: ✭ 20 (-4.76%)
Mutual labels:  fontawesome
fTboilerplate-SemanticUI
boilerplate meteor react react router V4 semantic ui
Stars: ✭ 13 (-38.1%)
Mutual labels:  semantic-ui
fa-svelte
Font Awesome 5 for svelte.js
Stars: ✭ 72 (+242.86%)
Mutual labels:  fontawesome
TW5FontAwesome
⚑ Embedding Font Awesome in TW5
Stars: ✭ 41 (+95.24%)
Mutual labels:  fontawesome
Minecraft-Box-Launcher
Open source Minecraft Java Edition launcher built with ElectronJS
Stars: ✭ 19 (-9.52%)
Mutual labels:  semantic-ui
kossiitkgp.github.io
Website of KOSS
Stars: ✭ 29 (+38.1%)
Mutual labels:  semantic-ui
tv-lineup-app
"My Lineup" has a Ruby on Rails backend with React/Redux frontend. Users can save their favorite shows and add episodes to their lineup. They can view their lineup in a calendar format to see when and where their tv shows air. Users can also see trending and most watched shows as well as shows premiering that week.
Stars: ✭ 27 (+28.57%)
Mutual labels:  semantic-ui
semantic-ui-react-typescript-examples
Several examples using Semantic UI, React, and TypeScript
Stars: ✭ 41 (+95.24%)
Mutual labels:  semantic-ui

Fomantic-UI Icon CLI Tool

Generate the icon.overrides and icon.html.eco files for Fomantic-UI (or Semantic-UI).

You can use this script to generate the icons for free and pro versions of FontAwesome.

Requirements

Usage

npm

$ npx create-fomantic-icons

yarn

$ yarn create fomantic-icons

Once downloaded you will be prompt with a few questions which will allow you to generate the specific icon set you want.

Select which FontAweome icon set you want

Which icons set would you like to generate?
  > FontAwesome 5 Free
  > FontAwesome 6+ Free  
    FontAwesome Pro

NOTE: You need a license to generate the icons from FontAwesome Pro

Next select which version you want to use

Which version of FontAwesome 5 Free should we download?
  > 5.8.1
    5.8.0
    5.7.2
    5.7.1
    5.7.0

Now you need to specify where to save your icons

Where would you like the dist saved? [C:\Users\Username\Documents\fui-icons]

NOTE: The default location is {pwd}/fui-icons. When you specify your own location it is relative from your current pwd. For example if I enter new-icons my icons will be placed in C:\Users\Username\Documents\new-icons.

Once you have answered all the prompts the icon set you picked will be downloaded from GitHub and will be parsed. Once it is downloaded and parsed it will build the required files for the a FUI (or SUI) theme and the docs page in the location you specified.

i asset doesn't exist locally, starting download
√ downloaded (fontawesome-free-5.8.1-web.zip)
√ asset saved (C:\Users\Username\AppData\Local\Temp\fui-icon-script\fontawesome-free-5.8.1-web.zip)
√ asset extracted (C:\Users\Username\AppData\Local\Temp\fui-icon-script\fontawesome-free-5.8.1-web)
√ icons & categories parsed

  Results:
    Solid:   936
    Outline: 151
    Thin:    0
    Brand:   426
             1513

√ build all dist files
  Files saved to C:\Users\Username\Documents\new-icons

NOTE: If the script detects you have already downloaded the icon set it will skip the download and use the local files.

Remove downloaded files

If you want to delete the downloaded files its really simple.

npm

$ npx create-fomantic-icons --clean

yarn

$ yarn create fomantic-icons --clean
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].