Shouldn't all component files live in one directory?

Instead of sitting component files in templates/components/component-name.hsb, shouldn’t they live in components/component-name/

So you have the js and hbs for a given component in the same place?

What you’re looking for is Ember CLI Pods:

1 Like

Boom, thank you so much. This is exactly what I was looking for.