motion / repo-man

👷 Like lerna, but for your system
11 stars 0 forks source link

Maintenance #30

Closed steelbrain closed 7 years ago

steelbrain commented 7 years ago

Add some spinners when slow work like getting npm package details or something like that is happening.

Also fetch origin of all packages before status so we know which ones need updating. This is useful because when I was working with starter, I had tons of errors and didn't know which repositories needed a git pull and recompile, this fixes it once and for all.

Fixes #29