I would like to look at the Qt and QtQuick templates for quickly. The documentation for them seems to be non-existent. But I found a previously answered question (http://askubuntu.com/questions/25671/quickly-template-for-pyqt?lq=1) with an answer that links to the Launchpad project with community templates. After clicking around for a while, I stumbled on a PPA that I could follow directions to add in the development team on Launchpad. After I added the PPA, I could successfully install the package with sudo aptitude install quickly-community-templates-common. However, it seems that I still only have the three default templates available from quickly:
$ quickly create ubuntu-application-qt myproject
ERROR: No template specified for command create.
Usage: quickly create <template> <project-name>
Candidate templates are: ubuntu-application, ubuntu-cli, ubuntu-flash-game
I went to Launchpad and put this up as a bug. But they have a bug from 16/6 that still isn't answered, so it doesn't seem to be much activity there. And I'm not sure if this is a bug or if it's just a result of me not understanding anything about how to use this since there is no documentation. So I'm asking the question here instead: how do I use these templates for quickly?