kendo-labs / kendo-bootstrapper

GNU General Public License v3.0
49 stars 20 forks source link

More Project Template options #34

Closed toddanglin closed 11 years ago

toddanglin commented 11 years ago

Currently, the Bootstrapper only allows you to select a "Hello World!" project template.

At a minimum, it would be nice to have a "empty" or "blank" project template that only adds the essential files. Probably very similar to the Hello World project, but with a more "neutral" sounding template name.

mishoo commented 11 years ago

Are you saying leave the default project template as is, but just rename it to something else? If so, how about "Default" or "Web app"?

Multiple project templates is a recent feature; plan is to add templates for mobile apps, dataviz, etc.

toddanglin commented 11 years ago

I think "Default" makes sense.

In my thinking, I was looking for something called "Empty" or "Blank" because I just wanted to create a project and start working. But I think Default does the job, too. "Hello World" just made me think it was more of a "tutorial template" than a clean starting point.

Hope that makes sense.