Repository: cordova-cli Updated Branches: refs/heads/master f6ea1a975 -> b0bebc460
CB-6127lisa7cordova-plugin-consolecordova-cli documentation translation: cordova-cli Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/b0bebc46 Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/b0bebc46 Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/b0bebc46 Branch: refs/heads/master Commit: b0bebc4606998e3dca70b9771a438acd48c65197 Parents: f6ea1a9 Author: Lisa Seacat DeLuca <[email protected]> Authored: Mon Jul 7 15:25:58 2014 -0400 Committer: Lisa Seacat DeLuca <[email protected]> Committed: Mon Jul 7 15:25:58 2014 -0400 ---------------------------------------------------------------------- doc/de/bash.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ doc/es/bash.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ doc/fr/bash.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ doc/it/bash.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ doc/ja/bash.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ doc/ko/bash.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ doc/ru/bash.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ doc/zh/bash.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 504 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/b0bebc46/doc/de/bash.md ---------------------------------------------------------------------- diff --git a/doc/de/bash.md b/doc/de/bash.md new file mode 100644 index 0000000..ba39a77 --- /dev/null +++ b/doc/de/bash.md @@ -0,0 +1,63 @@ +<!-- +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +--> + +# Bash-Shell-Unterstützung + +Cordova CLI kommt zusammengerollt mit einem Skript, die Bash Befehlszeile Befehlszeilenergänzung vorsieht. Wenn Sie ein ausreichend Unix-y Betriebssystem (Linux, BSD, OS X) ausführen können Sie damit tippen Cordova-Befehlszeilen erleichtern installieren. + +## Installation + +### Linux + +Um auf einem Linux- oder BSD-System zu installieren, kopieren Sie die `scripts/cordova.completion` Datei in Ihr `/etc/bash_completion.d` Verzeichnis. Dies wird beim nächsten Start eine neue Shell gelesen. + +### OS X + +Unter OS X setzen die `scripts/cordova.completion` Datei überall lesbar, und fügen Sie folgende Zeile an das Ende Ihrer `~/.bashrc` Datei: + + source <path to>/cordova.completion + + +Dies wird beim nächsten Start eine neue Shell gelesen. + +## Verwendung + +Es ist einfach! Solange Ihre Befehlszeile mit einer ausführbaren Datei namens 'Cordoba' beginnt, drücken Sie einfach `<TAB>` zu jedem Zeitpunkt, eine Liste der gültigen Ergänzungen zu sehen. + +Beispiele: + + $ cordova <TAB> + build compile create emulate platform plugin prepare serve + + $ cordova pla<TAB> + + $ cordova platform <TAB> + add ls remove rm + + $ cordova platform a<TAB> + + $ cordova platform add <TAB> + android blackberry ios wp8 www + + $ cordova plugin rm <TAB> + + $ cordova plugin rm org.apache.cordova.<TAB> + org.apache.cordova.file org.apache.cordova.inappbrowser \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/b0bebc46/doc/es/bash.md ---------------------------------------------------------------------- diff --git a/doc/es/bash.md b/doc/es/bash.md new file mode 100644 index 0000000..c2f3d07 --- /dev/null +++ b/doc/es/bash.md @@ -0,0 +1,63 @@ +<!-- +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +--> + +# Soporte shell Bash + +Cordova CLI viene liado con un script que proporciona ficha-terminación de lÃnea de comandos para Bash. Si usted está ejecutando un suficientemente Unix-y sistema operativo (Linux, BSD, OS X) usted puede instalar esto para hacer más fácil escribir lÃneas de comandos cordova. + +## Instalación + +### Linux + +Para instalar en un sistema Linux o BSD, copiar el `scripts/cordova.completion` de archivos a tu `/etc/bash_completion.d` Directorio. Esto se leerá la próxima vez que empieces una nueva shell. + +### OS X + +En OS X, ponga el `scripts/cordova.completion` archivo legible en cualquier lugar y añadir la siguiente lÃnea al final de su `~/.bashrc` archivo: + + source <path to>/cordova.completion + + +Esto se leerá la próxima vez que empieces una nueva shell. + +## Uso + +¡ Es fácil! Mientras la lÃnea de comandos comienza con un ejecutable llamado 'Córdoba', Dale `<TAB>` en cualquier momento para ver una lista de sugerencias válidas. + +Ejemplos: + + $ cordova <TAB> + build compile create emulate platform plugin prepare serve + + $ cordova pla<TAB> + + $ cordova platform <TAB> + add ls remove rm + + $ cordova platform a<TAB> + + $ cordova platform add <TAB> + android blackberry ios wp8 www + + $ cordova plugin rm <TAB> + + $ cordova plugin rm org.apache.cordova.<TAB> + org.apache.cordova.file org.apache.cordova.inappbrowser \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/b0bebc46/doc/fr/bash.md ---------------------------------------------------------------------- diff --git a/doc/fr/bash.md b/doc/fr/bash.md new file mode 100644 index 0000000..cb3c4c6 --- /dev/null +++ b/doc/fr/bash.md @@ -0,0 +1,63 @@ +<!-- +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +--> + +# Support du shell bash + +Cordova CLI est livré avec un script de ligne de commande saisie semi-automatique par tabulation pour Bash. Si vous utilisez un suffisamment Unix-y système d'exploitation (Linux, BSD, OS X), vous pouvez installer ceci pour faciliter les lignes de commande frappe cordova. + +## Installation + +### Linux + +Pour installer sur un système Linux ou BSD, copiez le `scripts/cordova.completion` fichier vers votre `/etc/bash_completion.d` répertoire. Il indiquera la prochaine fois que vous démarrez un nouveau shell. + +### OS X + +Sur OS X, mettre le `scripts/cordova.completion` fichier lisible n'importe où et ajoutez la ligne suivante à la fin de votre `~/.bashrc` fichier : + + source <path to>/cordova.completion + + +Il indiquera la prochaine fois que vous démarrez un nouveau shell. + +## Utilisation + +C'est facile ! Tant que votre ligne de commande commence par un exécutable nommé « cordova », vient de frapper `<TAB>` à tout moment pour voir une liste des complètements valides. + +Exemples : + + $ cordova <TAB> + build compile create emulate platform plugin prepare serve + + $ cordova pla<TAB> + + $ cordova platform <TAB> + add ls remove rm + + $ cordova platform a<TAB> + + $ cordova platform add <TAB> + android blackberry ios wp8 www + + $ cordova plugin rm <TAB> + + $ cordova plugin rm org.apache.cordova.<TAB> + org.apache.cordova.file org.apache.cordova.inappbrowser \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/b0bebc46/doc/it/bash.md ---------------------------------------------------------------------- diff --git a/doc/it/bash.md b/doc/it/bash.md new file mode 100644 index 0000000..7406ee3 --- /dev/null +++ b/doc/it/bash.md @@ -0,0 +1,63 @@ +<!-- +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +--> + +# Supporto di shell bash + +Cordova CLI viene fornito con uno script che prevede nella scheda-completamento della riga di comando Bash. Se si sta eseguendo un sufficientemente y Unix sistema operativo (Linux, BSD, OS X) si può installare questo per rendere più facile la digitazione righe di comando di cordova. + +## Installazione + +### Linux + +Per installare un sistema Linux o BSD, copiare la `scripts/cordova.completion` del file al tuo `/etc/bash_completion.d` directory. Questo verrà letta la prossima volta che si avvia una nuova shell. + +### OS X + +Su OS X, mettere il `scripts/cordova.completion` del file leggibile ovunque e aggiungere la riga seguente alla fine del tuo `~/.bashrc` file: + + source <path to>/cordova.completion + + +Questo verrà letta la prossima volta che si avvia una nuova shell. + +## Utilizzo + +à facile! Finchè la tua riga di comando inizia con un eseguibile chiamato 'cordova', appena colpito `<TAB>` in qualsiasi punto per vedere una lista dei completamenti validi. + +Esempi: + + $ cordova <TAB> + build compile create emulate platform plugin prepare serve + + $ cordova pla<TAB> + + $ cordova platform <TAB> + add ls remove rm + + $ cordova platform a<TAB> + + $ cordova platform add <TAB> + android blackberry ios wp8 www + + $ cordova plugin rm <TAB> + + $ cordova plugin rm org.apache.cordova.<TAB> + org.apache.cordova.file org.apache.cordova.inappbrowser \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/b0bebc46/doc/ja/bash.md ---------------------------------------------------------------------- diff --git a/doc/ja/bash.md b/doc/ja/bash.md new file mode 100644 index 0000000..db0c6c8 --- /dev/null +++ b/doc/ja/bash.md @@ -0,0 +1,63 @@ +<!-- +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +--> + +# Bash ã·ã§ã«ã®ãµãã¼ã + +ã³ã«ããã® CLI ã¯ãBash ã®ã³ãã³ãã©ã¤ã³ã®ã¿ãè£å®ãæä¾ããã¹ã¯ãªãããä»å±ãã¦ãã¾ãã ååã« Unix y ãªãã¬ã¼ãã£ã³ã° ã·ã¹ãã ï¼LinuxãBSDãOS Xï¼ ãå®è¡ãã¦ããå ´åå ¥åã³ã«ãã ã³ãã³ã ã» ã©ã¤ã³ã容æã«ãããã¤ã³ã¹ãã¼ã«ã§ãã¾ãã + +## ã¤ã³ã¹ãã¼ã« + +### Linux + +Linux ã BSD ã®ã·ã¹ãã ãã¤ã³ã¹ãã¼ã«ããã³ãã¼ã `scripts/cordova.completion` ãã¡ã¤ã«ã `/etc/bash_completion.d` ãã£ã¬ã¯ããªãããã¯æ¬¡ã«æ°ããã·ã§ã«ãèµ·åããã¨ãã«èªã¿åããã¾ãã + +### OS X + +OS X ã«å ¥ãã¦ã `scripts/cordova.completion` ãã¡ã¤ã«ã®ã©ãã«ã§ãèªã¿ãããã¨ã®æ«å°¾ã«æ¬¡ã®è¡ã追å ã `~/.bashrc` ãã¡ã¤ã«ã + + source <path to>/cordova.completion + + +ããã¯æ¬¡ã«æ°ããã·ã§ã«ãèµ·åããã¨ãã«èªã¿åããã¾ãã + +## ä½¿ãæ¹ + +ããã¯ç°¡åã§ã ï¼ã³ãã³ã ã©ã¤ã³ 'ã³ã«ãã' ã¨å¼ã°ããå®è¡å¯è½ãã¡ã¤ã«ã§å§ã¾ãéããã¡ããã©ããã `<TAB>` æå¹ãªå ¥ååè£ã®ä¸è¦§ã表示ããä»»æã®æç¹ã§ã + +ä¾: + + $ cordova <TAB> + build compile create emulate platform plugin prepare serve + + $ cordova pla<TAB> + + $ cordova platform <TAB> + add ls remove rm + + $ cordova platform a<TAB> + + $ cordova platform add <TAB> + android blackberry ios wp8 www + + $ cordova plugin rm <TAB> + + $ cordova plugin rm org.apache.cordova.<TAB> + org.apache.cordova.file org.apache.cordova.inappbrowser \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/b0bebc46/doc/ko/bash.md ---------------------------------------------------------------------- diff --git a/doc/ko/bash.md b/doc/ko/bash.md new file mode 100644 index 0000000..9904d3f --- /dev/null +++ b/doc/ko/bash.md @@ -0,0 +1,63 @@ +<!-- +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +--> + +# Bash ì ì§ì + +ì½ë¥´ ëì° ë° CLI Bashì ë í ëª ë ¹ì¤ í ìì± ê¸°ë¥ì ì ê³µ íë ì¤í¬ë¦½í¸ì í¨ê» ë²ë¤ë¡ ì ê³µ. ì¶©ë¶í ì ëì¤ y ì´ì ì²´ì (리ë ì¤, BSD, OS X)ì ì¤í íë ê²½ì° ì ë ¥ ì½ë¥´ëë° ì»¤ë§¨ë ë¼ì¸ì ì½ê² í기 ìí´ì´ ì¤ì¹í ì ììµëë¤. + +## ì¤ì¹ + +### 리ë ì¤ + +리ë ì¤ ëë BSD ìì¤í ì ì¤ì¹ íë ¤ë©´ ë³µì¬ë `scripts/cordova.completion` íì¼ì ë¹ì ì `/etc/bash_completion.d` ëë í°ë¦¬. ì´ ë¤ìì ì ì ¸ì ììí ë ì½ì ê² ì´ë¤. + +### ì´ì ì²´ì X + +OS Xìë `scripts/cordova.completion` íì¼ì ì´ëì ë ì½ì ì ìë, ê·¸ë¦¬ê³ ì ëì ë¤ì ì¤ì ì¶ê° `~/.bashrc` íì¼: + + source <path to>/cordova.completion + + +ì´ ë¤ìì ì ì ¸ì ììí ë ì½ì ê² ì´ë¤. + +## ì¬ì© + +ê·¸ê²ì ì½ê²! ëª ë ¹ì¤ 'ì½ë¥´ëë°' ë¼ë ì¤í íì¼ì ììì¼ë¡ ê·¸ë¥ ë르면 `<TAB>` ì í¨í ìë£ ëª©ë¡ì ë³´ë ¤ë©´ ì¸ì ë ì§. + +ì: + + $ cordova <TAB> + build compile create emulate platform plugin prepare serve + + $ cordova pla<TAB> + + $ cordova platform <TAB> + add ls remove rm + + $ cordova platform a<TAB> + + $ cordova platform add <TAB> + android blackberry ios wp8 www + + $ cordova plugin rm <TAB> + + $ cordova plugin rm org.apache.cordova.<TAB> + org.apache.cordova.file org.apache.cordova.inappbrowser \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/b0bebc46/doc/ru/bash.md ---------------------------------------------------------------------- diff --git a/doc/ru/bash.md b/doc/ru/bash.md new file mode 100644 index 0000000..6f85e23 --- /dev/null +++ b/doc/ru/bash.md @@ -0,0 +1,63 @@ +<!-- +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +--> + +# ÐоддеÑжки оболоÑки bash + +ÐоÑдова CLI поÑÑавлÑеÑÑÑ Ð² комплекÑе Ñ Ð¿Ð¾Ð¼Ð¾ÑÑÑ ÑкÑипÑа, коÑоÑÑй обеÑпеÑÐ¸Ð²Ð°ÐµÑ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð½Ð¾Ð¹ ÑÑÑоки завеÑÑÐµÐ½Ð¸Ñ Ð¿Ð¾ клавиÑе tab Ð´Ð»Ñ Bash. ÐÑли Ð²Ñ ÑабоÑаеÑе доÑÑаÑоÑно Unix-y опеÑаÑионной ÑиÑÑÐµÐ¼Ñ (Linux, BSD, OS X) Ð²Ñ Ð¼Ð¾Ð¶ÐµÑе ÑÑÑановиÑÑ ÑÑо Ð´Ð»Ñ ÑпÑоÑÐµÐ½Ð¸Ñ Ð²Ð²Ð¾Ð´Ð° cordova команднÑе ÑÑÑоки. + +## УÑÑановка + +### Linux + +ÐÐ»Ñ ÑÑÑановки в ÑиÑÑеме Linux или BSD, ÑкопиÑÑйÑе `scripts/cordova.completion` Ñайла Ð´Ð»Ñ Ð²Ð°Ñего `/etc/bash_completion.d` каÑалог. ÐÑо бÑÐ´ÐµÑ Ð¿ÑоÑиÑаÑÑ Ð² ÑледÑÑÑий Ñаз пÑи запÑÑке новой оболоÑки. + +### OS X + +Ðа OS X, положиÑÑ `scripts/cordova.completion` Ñайла нигде Ð´Ð»Ñ ÑÑÐµÐ½Ð¸Ñ Ð¸ добавÑÑе ÑледÑÑÑÑÑ ÑÑÑÐ¾ÐºÑ Ð² ÐºÐ¾Ð½ÐµÑ Ð²Ð°Ñего `~/.bashrc` Ñайл: + + source <path to>/cordova.completion + + +ÐÑо бÑÐ´ÐµÑ Ð¿ÑоÑиÑаÑÑ Ð² ÑледÑÑÑий Ñаз пÑи запÑÑке новой оболоÑки. + +## ÐÑполÑзование + +ÐÑо оÑÐµÐ½Ñ Ð¿ÑоÑÑо! Ðо ÑÐµÑ Ð¿Ð¾Ñ, как ÐÐ¾Ð¼Ð°Ð½Ð´Ð½Ð°Ñ ÑÑÑока наÑинаеÑÑÑ Ñ Ð¸ÑполнÑемÑй Ñайл под названием «ÐоÑдова», пÑоÑÑо ÑдаÑил `<TAB>` в лÑбой моменÑ, ÑÑÐ¾Ð±Ñ Ð¿ÑоÑмоÑÑеÑÑ ÑпиÑок допÑÑÑимÑÑ Ð²Ð°ÑианÑов. + +ÐÑимеÑÑ: + + $ cordova <TAB> + build compile create emulate platform plugin prepare serve + + $ cordova pla<TAB> + + $ cordova platform <TAB> + add ls remove rm + + $ cordova platform a<TAB> + + $ cordova platform add <TAB> + android blackberry ios wp8 www + + $ cordova plugin rm <TAB> + + $ cordova plugin rm org.apache.cordova.<TAB> + org.apache.cordova.file org.apache.cordova.inappbrowser \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/b0bebc46/doc/zh/bash.md ---------------------------------------------------------------------- diff --git a/doc/zh/bash.md b/doc/zh/bash.md new file mode 100644 index 0000000..19cc292 --- /dev/null +++ b/doc/zh/bash.md @@ -0,0 +1,63 @@ +<!-- +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +--> + +# Bash shell æ¯æ´ + +ç§ç¾å¤ç¦ CLI æç¶äºä¸åè ³æ¬ï¼çº Bash æä¾äºå½ä»¤åé¸é å¡å®æã å¦ææ¨æ£å¨éè¡ä¸åè¶³å¤ Unix-y ç使¥ç³»çµ± ï¼Linuxï¼BSDï¼OS X) ä½ å¯ä»¥å®è£æ¤å 以æ¹ä¾¿æåç§ç¾å¤ç¦å½ä»¤åã + +## å®è£ + +### Linux + +è¥è¦å¨ä¸å Linux æ BSD 系統ä¸å®è£ï¼è«è¤è£½ `scripts/cordova.completion` æªå°ä½ `/etc/bash_completion.d` ç®éãéå°æè®å䏿¬¡ä½ éå§ä¸åæ°ç shellã + +### OS X + +å¨ OS X ä¸ï¼æ `scripts/cordova.completion` æªå¨ä»»ä½å°æ¹å¯è®ç並å°ä»¥ä¸è¡æ·»å å°å¹´åºä½ `~/.bashrc` æªï¼ + + source <path to>/cordova.completion + + +éå°æè®å䏿¬¡ä½ éå§ä¸åæ°ç shellã + +## ç¨æ³ + +æ¯å®¹æç ï¼åªè¦æ¨çå½ä»¤åèå¯å·è¡æªå«å 'ç§ç¾å¤ç¦' éå§ï¼åæäº `<TAB>` å¨ä»»ä½é»è¦æ¥çæ¸ å®çææå®æã + +ä¾åï¼ + + $ cordova <TAB> + build compile create emulate platform plugin prepare serve + + $ cordova pla<TAB> + + $ cordova platform <TAB> + add ls remove rm + + $ cordova platform a<TAB> + + $ cordova platform add <TAB> + android blackberry ios wp8 www + + $ cordova plugin rm <TAB> + + $ cordova plugin rm org.apache.cordova.<TAB> + org.apache.cordova.file org.apache.cordova.inappbrowser \ No newline at end of file
