railslove / fontello_rails_converter

CLI gem for comfortably working with icon fonts (open, download, convert) from http://fontello.com for usage in Rails apps.
MIT License
73 stars 35 forks source link

fontello executable and remove rails dependency #2

Closed bumi closed 11 years ago

bumi commented 11 years ago

this adds a fontello executable and makes the rails dependency optional.

you can use it to edit a config file:

fontello open -c /path/to/config.json

or to convert a downloaded zip file:

fontello convert -i /path/to/download.zip -s /stylsheet/dir -f /fonts/dir

bumi commented 11 years ago

not sure if you get a notification via email, so: ping @jhilden @paulwittmann

jhilden commented 11 years ago

Awesome!

You will need to explain some of the details to me though and we need to update the README before it can be merged.