私は Linux にかなり不慣れで、何かをする時間の半分は自分が何をしているのかまったくわかりませんが、クラス用の小さなメモ作成プログラムを作成できるかどうか確認するために、すぐに使用し始めました。問題は、すぐに使用しても実行できないように見えることです。
以下が取得できます:
Usage:
quickly [OPTIONS] command ...
Options:
-t, --template <template> Template to use if it differs from default
project template
--staging Target launchpad staging server
--verbose Verbose mode
-h, --help Show help information
Commands:
create <template> <project-name> (template is mandatory for this command)
quickly <template-origin> <template-dest> to create a create derived template
getstarted to get some starting hints
Examples:
quickly create ubuntu-application foobar
quickly push 'awesome new comment system'
quickly -t cool-template push 'awesome new comment system'
しかし、これ以上は利用できないようです。試してみました:
quickly create ubuntu-application mybrowser
しかし、次のようになります:
ERROR: No create command found.
Candidate commands are: commands, getstarted, help, quickly
これを実行するための提案や適切な代替案があればお知らせください。