pilot icon indicating copy to clipboard operation
pilot copied to clipboard

Integrate with giter8

Open n8han opened this issue 14 years ago • 4 comments

With giter8 integration Pilot users will be able to create new projects right from the browser.

n8han avatar Nov 15 '10 03:11 n8han

What do you think about parsing giter8-templates or some other listing (maybe something along the lines of homebrew) for displaying a list of available templates?

gseitz avatar Nov 15 '10 15:11 gseitz

Definitely need to do that. softprops has talked about adding that to the command line client, but I don't know if he's written any code yet. Ideally, we could generate that list by querying github for projects named *.g8 but I'm not sure if that's going to be possible.

n8han avatar Nov 15 '10 15:11 n8han

It seems that curl http://github.com/api/v2/yaml/repos/search/g8 provides that functionality. Though some further checking might be required to ensure that the search results really are g8 templates.

gseitz avatar Nov 15 '10 15:11 gseitz

I have some unpushed code in my giter8 fork that does pretty much that. I'll try to step it up and push it tonight for pulling.

softprops avatar Nov 15 '10 15:11 softprops