yeoman / yeoman-app

A desktop app that scaffolds projects using Yeoman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add spinner

stefanbuck opened this issue · comments

Show spinner while npm, bower ... is running. Workaround until #21 is implemented.

Listen to these events to toggle the spinner:

  • generator:install
  • generator:install:end.

Some nice spinners here: http://samherbert.net/svg-loaders/

Seems like a duplicate of #16 though.

👍 yes, duplicate of #16

Awesome spinners! we should definitely use those!