Skip to content

VishalTaj/icomoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icomoon

Gem Version

Icomoon gem helps to update icomoon's icons via command line. this gem will automate all the steps to be done while we update icomoon's icon set.

Installation

$ gem install icomoon-cli

Usage

  • Open Iconmoon App
  • Follow this Documentation to know how to get started with icomoon.
  • Once you have created icon set download the icon set.
  • By default this gem assume it's Rails Application hence will be importing to our default rails assets folder and will be keeping a copy of selection.json file in our applications public folder. if you want to customise the path you can create a file name .icomoon.yml add the key value pair as follows in the root of project directory.
working_directory: /vendor/icofont/tmp
font_directory: /vendor/icofont/fonts
stylesheet_directory: /vendor/icofont/stylesheets
stylesheet: icons.scss
selection_directory: /vendor/icofont/stylesheets
  • You can either give path for icomoon's generated zip file or you can just give path to the extracted icon set folder.

    $ icomoon [path/to/icomoon]
    

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/VishalTaj/icomoon. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Icomoon project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.