私はST SDKツールをインストールして、私はこれを見て、コマンドラインで「煎茶」を行うとき:Sencha Touch 2.xアプリケーション用の足場を生成するにはどうすればよいですか?
$ sencha
Sencha Command v2.0.0 Developer Preview
Copyright (c) 2011 Sencha Inc.
usage: sencha COMMAND [ARGS]
The available commands are:
build build a JSB project
create bootstrapdata generate boostrap data
create jsb generate a minimal JSB project for an app
create manifest generate classes manifest
package package your Touch web app into a native bundle
slice theme slice a custom theme's images for IE
See 'sencha help COMMAND' for more information on a specific command.
しかし、私はそれがオプションのすべての種類のために私を求めている「bootstrapdataを作成する」しようとします。
$ sencha create bootstrapdata
usage: sencha create bootstrapdata [OPTIONS...]
COMMAND: Generate Bootstrap Data
DESCRIPTION:
Generate boostrap data
OPTIONS:
--core[=]value, -c[=]value (required)
The list of all core package names, comma-separated, for example:
"foundation,core,dom"
--ignore[=][value], -i[=][value]
The list of items to be ignored, comma-separated
--jsb[=]value, -j[=]value (required)
The path to the framework's jsb3 file
--output[=]value, -o[=]value (required)
The file path to write bootstrap data to
--output-release[=][value], -r[=][value]
The file path to write bootstrap data-release to
--platform[=]value, -p[=]value (required)
The path to platform source directory
--src[=]value, -s[=]value (required)
The path to the framework's source directory
どのように私は、「基本的なHello Worldの」ST2.xアプリを生成するために、ファイルパスやその他の「必要」オプションを必要とせずに、コマンドラインに1つのコマンドを使用していますか?
ありがとうございました。
Edit1:Btw、私がしようとしているのは、Tommy MaintzがST1.xで発表したST 2010 Conferenceのプレゼンテーションで行ったことです。
私は実際にあそこに尋ねましたが、私はここに来たので、私は、適切な応答を取得できませんでした:そのフォルダに次のコマンドを実行している間.com/forum/showthread.php?180456-How-do-I-ST-2.x-scaffold-for-2.x-app&p = 732835&posted = 1#post732835 – marcamillion
すみません、ごめんなさい。 – rdougan
心配はいりません。私たちの最善を尽くす。 – marcamillion