Component name with same name as the app
Now the user is able to generate a component that has the same name as the app, for example, given an app named cms
with src
folder for the code:
donejs add component cms
-> generates src/cms/cms.js
It is applicable to the component's folder too:
donejs add component cms/cms
-> generates src/cms/cms/cms.js