volojs / volo

Create front end projects from templates, add dependencies, and automate the resulting projects
https://volojs.github.io/
Other
1.41k stars 99 forks source link

There should be a way to query for available templateArchives #132

Closed ianb closed 11 years ago

ianb commented 11 years ago

When I looked at volo create I found myself naturally curious what templateArchives were available. However, I did not see any way to query for these. volo search doesn't seem to have any way to indicate what kind of thing you are searching for.

jrburke commented 11 years ago

There is no central repository of templates, it just will pull down a snapshot from a github repo. The search command just resolves a query to possible owner/repo combinations on github. What those things are though are not indicated.

I will look at expanding the search help and results to indicate it just resolves to github IDs, and for search, I will create a page on the volo wiki that lists known project templates that can be fetched, and mention it in the docs. Putting this in the next release bucket.