sindresorhus/ama

How do you organize repos/projects on your machine?

Closed this issue · 1 comments

johno commented

I'd be interested to hear how your organize your numerous repos/projects on your machine. I.e., do you keep a flat directory structure with everything under dev/ or do you maintain categories like?:

code/
  yo/
  util/
  gulp-plugins/
  broccoli-plugins/
  etc...

Or, perhaps some other type of organization entirely?

Everything goes flat into ~/dev and ~/dev/forks. I use ZSH auto-complete and globbing, so organizing into categories wouldn't be of much use.

See #298 for a screenshot.