Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polakowski/icomoon
Rails helper makes using Icomoon easier
https://github.com/polakowski/icomoon
helper icomoon icon-set icons ruby ruby-on-rails rubygem
Last synced: 3 months ago
JSON representation
Rails helper makes using Icomoon easier
- Host: GitHub
- URL: https://github.com/polakowski/icomoon
- Owner: polakowski
- Created: 2018-09-21T20:45:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T11:06:45.000Z (over 6 years ago)
- Last Synced: 2024-04-25T02:41:25.585Z (9 months ago)
- Topics: helper, icomoon, icon-set, icons, ruby, ruby-on-rails, rubygem
- Language: Ruby
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Icomoon
This helper will make using Icomoon icons set easier.## Usage
If you want to use Icomoon icons on your project, this is what will help you.### Installation
Add this to your Gemfile:
```ruby
gem 'icomoon'
```
And then `bundle install`. You can always run `icomoon help` if you need help.### Getting started
- run `icomoon init`### Adding/removing icons (basically updating your icon set)
- open [IcoMoon App](https://icomoon.io/app/#/projects)
- click "Import Project" and select icomoon.json file from your project (it's located in the "Directory of fonts files" directory from the survey you took before)
- click "Load" on the imported project
- add/remove icons, change project preferences
- download set and unzip without changing folder name
- run `icomoon import` and specify location of unzipped icon set (`--dir` or `-d`)
- update icons file code (will display)## Requirements
- ruby 2.2.2 or higher
- requires your application to use SASS/SCSS## Note
It was tested on OS X only, not tested on Linux nor Windows.