Ember--cli templates

Hi,

I recently started using the Ember-cli, it was the first time I’ve used automatic build for a web project (outside of Visual Studio) and it 's good. Only thing is I find very often after creating a route, it gives you a HBS file to edit the template. However the thing that is slightly frustrating is that I often want somewhere to write javascript that isn’t a controller but there seems to be no option so I have to go through and put in components…seems like a drag to do that all the time. Is there something I am missing whereby it will generate a component for the HBS associated with the route automatically?