Creating custom starting template

Hi All,

Really sorry if this question has been answered but I’ve been trying to figure this out. I usually create a new ionic app by doing:
ionic start someApp blank

but I add a few directories, and modified the gulp file a little, and I’m trying to figure out how I can create a template so that I don’t have to do this every time. I’d like to do that by calling something like:
ionic start someApp custom

I saw a link here, it looks like someone may have been trying to do something similar but the post was never answered:

Thanks in advance for your help.

so ionic start tmp custom would actually look for a github repo called ionic-starter-custom.

Instead what you can do is pass a github url and should be able to use that instead.

@mhartington thanks a ton for your response. I’m definitely going to do this.

Hi Mhartington, Is creation of custom template possible in ionic 2 and later versions. If so could you provide me an example.