paulyoung / fontello-cli

Command line interface for fontello.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need better descriptions for users

puzrin opened this issue · comments

  1. Current readme is ok for programmers only. Need better readme with step-by-step examples for other type of users (designers and so on).
  2. I've started to write helps for regular fontello users. It needs your care. https://github.com/fontello/fontello/wiki/How-to-save-and-load-projects#lazy-way---use-fontello-cli

Please, note, help is targeted not for geeks. It should be easy to read and understand by my grandma :)

I have worked on https://github.com/zraza/fontello-installer, hopefully this will help every one to easly install fontello font as gulp/grunt task or simple nodejs module.

@zraza, your project seems to duplicate all of the functionality provided by this one. How is it different?

@paulyoung it is inspired from your work, but also provide following added functionality.

  • To start the fontello project, you don't need to create config.json file, system will create it for you
  • System start session, but does not close it, user can choose new icons using browser and can hit enter key in terminal to update local project.
  • You can select what is required to copy in CSS folder.
  • You can update CSS files to match your font folder (default is ../font, but what if you have different directory structure).