Added cordova
Cordova was added
This commit is contained in:
parent
ea913a9088
commit
dc00f73183
15
express-server/node_modules/.bin/cordova
generated
vendored
Normal file
15
express-server/node_modules/.bin/cordova
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../cordova/bin/cordova" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../cordova/bin/cordova" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/.bin/cordova.cmd
generated
vendored
Normal file
7
express-server/node_modules/.bin/cordova.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\cordova\bin\cordova" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\cordova\bin\cordova" %*
|
||||
)
|
10
express-server/node_modules/cordova/.eslintrc.yml
generated
vendored
Normal file
10
express-server/node_modules/cordova/.eslintrc.yml
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
root: true
|
||||
extends: semistandard
|
||||
rules:
|
||||
indent:
|
||||
- error
|
||||
- 4
|
||||
camelcase: off
|
||||
padded-blocks: off
|
||||
operator-linebreak: off
|
||||
no-throw-literal: off
|
94
express-server/node_modules/cordova/.gitattributes
generated
vendored
Normal file
94
express-server/node_modules/cordova/.gitattributes
generated
vendored
Normal file
@ -0,0 +1,94 @@
|
||||
* text eol=lf
|
||||
|
||||
# source code
|
||||
*.php text
|
||||
*.css text
|
||||
*.sass text
|
||||
*.scss text
|
||||
*.less text
|
||||
*.styl text
|
||||
*.js text
|
||||
*.coffee text
|
||||
*.json text
|
||||
*.htm text
|
||||
*.html text
|
||||
*.xml text
|
||||
*.svg text
|
||||
*.txt text
|
||||
*.ini text
|
||||
*.inc text
|
||||
*.pl text
|
||||
*.rb text
|
||||
*.py text
|
||||
*.scm text
|
||||
*.sql text
|
||||
*.sh text
|
||||
*.bat text
|
||||
|
||||
# templates
|
||||
*.ejs text
|
||||
*.hbt text
|
||||
*.jade text
|
||||
*.haml text
|
||||
*.hbs text
|
||||
*.dot text
|
||||
*.tmpl text
|
||||
*.phtml text
|
||||
|
||||
# server config
|
||||
.htaccess text
|
||||
|
||||
# git config
|
||||
.gitattributes text
|
||||
.gitignore text
|
||||
.gitconfig text
|
||||
|
||||
# code analysis config
|
||||
.jshintrc text
|
||||
.jscsrc text
|
||||
.jshintignore text
|
||||
.csslintrc text
|
||||
|
||||
# misc config
|
||||
*.yaml text
|
||||
*.yml text
|
||||
.editorconfig text
|
||||
|
||||
# build config
|
||||
*.npmignore text
|
||||
*.bowerrc text
|
||||
|
||||
# Heroku
|
||||
Procfile text
|
||||
.slugignore text
|
||||
|
||||
# Documentation
|
||||
*.md text
|
||||
LICENSE text
|
||||
AUTHORS text
|
||||
|
||||
|
||||
#
|
||||
## These files are binary and should be left untouched
|
||||
#
|
||||
|
||||
# (binary is a macro for -text -diff)
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.gif binary
|
||||
*.ico binary
|
||||
*.mov binary
|
||||
*.mp4 binary
|
||||
*.mp3 binary
|
||||
*.flv binary
|
||||
*.fla binary
|
||||
*.swf binary
|
||||
*.gz binary
|
||||
*.zip binary
|
||||
*.7z binary
|
||||
*.ttf binary
|
||||
*.eot binary
|
||||
*.woff binary
|
||||
*.pyc binary
|
||||
*.pdf binary
|
22
express-server/node_modules/cordova/.github/PULL_REQUEST_TEMPLATE.md
generated
vendored
Normal file
22
express-server/node_modules/cordova/.github/PULL_REQUEST_TEMPLATE.md
generated
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
<!--
|
||||
Please make sure the checklist boxes are all checked before submitting the PR. The checklist
|
||||
is intended as a quick reference, for complete details please see our Contributor Guidelines:
|
||||
|
||||
http://cordova.apache.org/contribute/contribute_guidelines.html
|
||||
|
||||
Thanks!
|
||||
-->
|
||||
|
||||
### Platforms affected
|
||||
|
||||
|
||||
### What does this PR do?
|
||||
|
||||
|
||||
### What testing has been done on this change?
|
||||
|
||||
|
||||
### Checklist
|
||||
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
|
||||
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
|
||||
- [ ] Added automated test coverage as appropriate for this change.
|
5
express-server/node_modules/cordova/.ratignore
generated
vendored
Normal file
5
express-server/node_modules/cordova/.ratignore
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
appveyor.yml
|
||||
*.txt
|
||||
cordova.cmd
|
||||
coverage
|
||||
jasmine.json
|
20
express-server/node_modules/cordova/.travis.yml
generated
vendored
Normal file
20
express-server/node_modules/cordova/.travis.yml
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
language: node_js
|
||||
|
||||
# Performance optimization
|
||||
git:
|
||||
depth: 10
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.npm
|
||||
|
||||
node_js:
|
||||
- "4"
|
||||
- "6"
|
||||
- "8"
|
||||
- "10"
|
||||
|
||||
before_script:
|
||||
# Ensure that bin script actually runs on used Node.js version
|
||||
# to detect and avoid bugs such as apache/cordova-cli#339
|
||||
# (<https://github.com/apache/cordova-cli/issues/339>)
|
||||
- ./bin/cordova --version
|
37
express-server/node_modules/cordova/CONTRIBUTING.md
generated
vendored
Normal file
37
express-server/node_modules/cordova/CONTRIBUTING.md
generated
vendored
Normal file
@ -0,0 +1,37 @@
|
||||
<!--
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
-->
|
||||
|
||||
# Contributing to Apache Cordova
|
||||
|
||||
Anyone can contribute to Cordova. And we need your contributions.
|
||||
|
||||
There are multiple ways to contribute: report bugs, improve the docs, and
|
||||
contribute code.
|
||||
|
||||
For instructions on this, start with the
|
||||
[contribution overview](http://cordova.apache.org/contribute/).
|
||||
|
||||
The details are explained there, but the important items are:
|
||||
- Sign and submit an Apache ICLA (Contributor License Agreement).
|
||||
- Have a Jira issue open that corresponds to your contribution.
|
||||
- Run the tests so your patch doesn't break existing functionality.
|
||||
|
||||
We look forward to your contributions!
|
202
express-server/node_modules/cordova/LICENSE
generated
vendored
Normal file
202
express-server/node_modules/cordova/LICENSE
generated
vendored
Normal file
@ -0,0 +1,202 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed 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.
|
5
express-server/node_modules/cordova/NOTICE
generated
vendored
Normal file
5
express-server/node_modules/cordova/NOTICE
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
Apache Cordova
|
||||
Copyright 2012 The Apache Software Foundation
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
80
express-server/node_modules/cordova/README.md
generated
vendored
Normal file
80
express-server/node_modules/cordova/README.md
generated
vendored
Normal file
@ -0,0 +1,80 @@
|
||||
<!--
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
-->
|
||||
[](https://ci.appveyor.com/project/ApacheSoftwareFoundation/cordova-cli)
|
||||
[](https://travis-ci.org/apache/cordova-cli)
|
||||
|
||||
# Cordova CLI
|
||||
|
||||
> The command line tool to build, deploy and manage [Cordova](http://cordova.apache.org)-based applications.
|
||||
|
||||
[Apache Cordova](http://cordova.apache.org) allows for building native mobile applications using HTML, CSS and JavaScript.
|
||||
This tool helps with management of multi-platform Cordova applications as well as Cordova plugin integration.
|
||||
|
||||
# Installation
|
||||
In your command-line on Windows:
|
||||
```bash
|
||||
c:\> npm install -g cordova
|
||||
```
|
||||
|
||||
In your terminal on Mac OS X/Linux:
|
||||
```bash
|
||||
$sudo npm install -g cordova
|
||||
```
|
||||
|
||||
# Creating a new Cordova project
|
||||
This simple example demonstrates how Cordova CLI can be used to create a `myApp` project with the `camera` plugin and run it for `android` platform:
|
||||
|
||||
```bash
|
||||
cordova create myApp com.myCompany.myApp myApp
|
||||
cd myApp
|
||||
cordova plugin add cordova-plugin-camera --save
|
||||
cordova platform add android --save
|
||||
cordova requirements android
|
||||
cordova build android --verbose
|
||||
cordova run android
|
||||
```
|
||||
|
||||
# Docs
|
||||
- [Overview of Cordova]
|
||||
- [Create your first Cordova app] guide
|
||||
- [Full reference docs for Cordova CLI][Reference docs] has details of commands to add platforms, add plugins, build, package, and sign your HTML, JS apps.
|
||||
- Cordova allows you to build apps for a number of platforms. Learn more about our [Supported platforms].
|
||||
- [Project directory structure] documents the details of the directory structure created by Cordova CLI.
|
||||
|
||||
# Contributing
|
||||
Cordova is an open source Apache project and contributors are needed to keep this project moving forward. Learn more on
|
||||
[how to contribute on our website][contribute].
|
||||
|
||||
# Reporting Issues
|
||||
|
||||
If you find issues with the Cordova CLI, please follow our guidelines for [reporting issues]. Please bear in mind that most of `cordova-cli`'s functionality is implemented in [cordova-lib], so that could be the place to report your issue.
|
||||
Platform-specific issues should be reported in the relevant repositories, such as [cordova-android] and [cordova-ios].
|
||||
|
||||
[Overview of Cordova]: http://cordova.apache.org/docs/en/latest/guide/overview/
|
||||
[Create your first Cordova app]: http://cordova.apache.org/docs/en/latest/guide/cli/index.html
|
||||
[Reference docs]: http://cordova.apache.org/docs/en/latest/cordova-cli/index.html
|
||||
[Supported platforms]: http://cordova.apache.org/docs/en/latest/guide/support/index.html
|
||||
[Project directory structure]: http://cordova.apache.org/docs/en/latest/cordova-cli/index.html#directory-structure
|
||||
[Contribute]: http://cordova.apache.org/contribute/
|
||||
[Reporting issues]: http://cordova.apache.org/contribute/issues.html
|
||||
[cordova-lib]: https://github.com/apache/cordova-lib
|
||||
[cordova-android]: https://github.com/apache/cordova-android
|
||||
[cordova-ios]: https://github.com/apache/cordova-ios
|
571
express-server/node_modules/cordova/RELEASENOTES.md
generated
vendored
Normal file
571
express-server/node_modules/cordova/RELEASENOTES.md
generated
vendored
Normal file
@ -0,0 +1,571 @@
|
||||
<!--
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
-->
|
||||
# Cordova-cli Release Notes
|
||||
|
||||
### 8.1.2 (Oct 05, 2018)
|
||||
* Updated `cordova-lib@8.1.1` dependency to reintroduce `xcode` and other dependencies that were removed in `cordova-lib@8.1.0` minor release ([GH-706](https://github.com/apache/cordova-lib/issues/706))
|
||||
* [GH-349](https://github.com/apache/cordova-cli/pull/349) Fix `npm-shrinkwrap.json` as generated by `npm install`, as needed for `npm ci` to succeed on Node.js 8 & 10 on Travis CI
|
||||
|
||||
### 8.1.1 (Sep 27, 2018)
|
||||
* [GH-339](https://github.com/apache/cordova-cli/issues/339) Fix bin/cordova on Node.js 4
|
||||
* [GH-337](https://github.com/apache/cordova-cli/issues/337) Revert messing with transitive dependencies in `npm-shrinkwrap.json` (re-introduces a _low-severity_ `npm audit` warning)
|
||||
|
||||
### 8.1.0 (Sep 24, 2018)
|
||||
* README.md fixes
|
||||
* [GH-295](https://github.com/apache/cordova-cli/pull/GH-295) Proper error code and message when failing
|
||||
* [GH-296](https://github.com/apache/cordova-cli/pull/GH-296) Remove leftover makeshift benchmarking code
|
||||
* [GH-296](https://github.com/apache/cordova-cli/pull/GH-296) Use multi-line comment for license headers
|
||||
* [CB-13772](https://issues.apache.org/jira/browse/CB-13772) print version numbers correctly in cordova requirements [GH-291](https://github.com/apache/cordova-cli/pull/291)
|
||||
* [GH-307](https://github.com/apache/cordova-cli/pull/GH-307) Remove outdated docs translations
|
||||
* [GH-306](https://github.com/apache/cordova-cli/pull/GH-306) Remove mentions of 'cordova plugin search' from docs
|
||||
* [GH-312](https://github.com/apache/cordova-cli/pull/GH-312) Update ESLint and fix linting errors
|
||||
* [GH-312](https://github.com/apache/cordova-cli/pull/GH-312) Update dependencies
|
||||
* [GH-300](https://github.com/apache/cordova-cli/issues/300) Update `insight` to resolve `npm audit` warning
|
||||
|
||||
### 8.0.0 (Dec 14, 2017)
|
||||
* [CB-13055](https://issues.apache.org/jira/browse/CB-13055): removed `--nofetch` flag
|
||||
* Use native Promises instead of `Q`
|
||||
* [CB-12853](https://issues.apache.org/jira/browse/CB-12853): re-check version before notifying.
|
||||
* [CB-13501](https://issues.apache.org/jira/browse/CB-13501): updated to include node 8 to tests
|
||||
|
||||
### 7.1.0 (Oct 04, 2017)
|
||||
* [CB-13303](https://issues.apache.org/jira/browse/CB-13303) added `--noprod` and `--production` flags as options, `--noprod` turns off our auto adding of `--production` flag
|
||||
* [CB-13353](https://issues.apache.org/jira/browse/CB-13353) added `--save-exact` flag to cli and unit test
|
||||
* [CB-12895](https://issues.apache.org/jira/browse/CB-12895) Added `eslint` and removed `jshint`
|
||||
* [CB-12862](https://issues.apache.org/jira/browse/CB-12862) Added `searchpath` as a config option
|
||||
* [CB-12762](https://issues.apache.org/jira/browse/CB-12762) point `package.json` repo items to github mirrors instead of apache repos site
|
||||
* [CB-12693](https://issues.apache.org/jira/browse/CB-12693) Included examples for `Browserify`, `fetch`, and `autosave` and include options with a more detailed description.
|
||||
* [CB-12901](https://issues.apache.org/jira/browse/CB-12901) removed `.raw` from `cordova-lib` calls
|
||||
|
||||
### 7.0.1 (May 08, 2017)
|
||||
* [CB-12769](https://issues.apache.org/jira/browse/CB-12769): Updated `cordova-lib` dependency to 7.0.1.
|
||||
|
||||
### 7.0.0 (May 02, 2017)
|
||||
* [CB-12570](https://issues.apache.org/jira/browse/CB-12570): `cordova-fetch` is true by default. Use `--nofetch` flag to fetch platforms and plugins using old fetching logic.
|
||||
* [CB-12665](https://issues.apache.org/jira/browse/CB-12665): removed `engineStrict` as it is no longer supported
|
||||
* [CB-11982](https://issues.apache.org/jira/browse/CB-11982): added `edit` and `ls` to `cordova config`
|
||||
* [CB-11982](https://issues.apache.org/jira/browse/CB-11982): added new `cordova config` command that `sets`, `gets`, and `deletes` global enviroment variables.
|
||||
* [CB-12008](https://issues.apache.org/jira/browse/CB-12008): updated docs to reflect new autosave changes and removed variables missed due to rebase
|
||||
* [CB-12008](https://issues.apache.org/jira/browse/CB-12008): made autosave the default for platform and plugin add/remove
|
||||
* [CB-11977](https://issues.apache.org/jira/browse/CB-11977): removed support for `node 0.x`
|
||||
|
||||
### 6.5.0 (Jan 17, 2017)
|
||||
* [CB-12018](https://issues.apache.org/jira/browse/CB-12018) : updated tests to function with `jasmine` instead of `jasmine-node`
|
||||
|
||||
### 6.4.0 (Oct 21, 2016)
|
||||
* [CB-12039](https://issues.apache.org/jira/browse/CB-12039) updated `cordova-lib` to `6.4.0`
|
||||
* [CB-11976](https://issues.apache.org/jira/browse/CB-11976) Updated `package.json` engine key
|
||||
* [CB-11976](https://issues.apache.org/jira/browse/CB-11976) Add deprecated node version warning for 0.x
|
||||
* Add github pull request template
|
||||
* [CB-11607](https://issues.apache.org/jira/browse/CB-11607) breakout `cordova-create` from `cordova-lib`
|
||||
* [CB-11623](https://issues.apache.org/jira/browse/CB-11623) added back linking
|
||||
* Document cli - cordova plugin save
|
||||
* [CB-11023](https://issues.apache.org/jira/browse/CB-11023) Add doc for conflicting plugins
|
||||
|
||||
### 6.3.1 (Aug 09, 2016)
|
||||
* [CB-11685](https://issues.apache.org/jira/browse/CB-11685) Updated cordova-lib dependency to 6.3.1
|
||||
|
||||
### 6.3.0 (Jul 12, 2016)
|
||||
* [CB-11412](https://issues.apache.org/jira/browse/CB-11412) removed link-to, aliased copy-from to template
|
||||
* [CB-11349](https://issues.apache.org/jira/browse/CB-11349) passing --fetch to create
|
||||
* [CB-11284](https://issues.apache.org/jira/browse/CB-11284) Telemetry: Track platforms/plugins subcommands(add/rm/etc...)
|
||||
* [CB-11262](https://issues.apache.org/jira/browse/CB-11262) Add a warning about prerelease lib/cli usage
|
||||
* [CB-11263](https://issues.apache.org/jira/browse/CB-11263) 'cordova telemetry help' should display help text
|
||||
|
||||
### 6.2.0 (May 12, 2016)
|
||||
* [Telemetry](https://github.com/apache/cordova-cli/pull/247) Added telemetry to cordova-cli to collect data for data driven development
|
||||
* [CB-11250](https://issues.apache.org/jira/browse/CB-11250) Fix CLI tests verifying the version
|
||||
* [CB-9858](https://issues.apache.org/jira/browse/CB-9858) added `--fetch` option
|
||||
* [CB-10986](https://issues.apache.org/jira/browse/CB-10986) Adding note about scoped npm packages for plugins
|
||||
* [CB-11042](https://issues.apache.org/jira/browse/CB-11042) Add cordova run option to skip prepare
|
||||
* [CB-10062](https://issues.apache.org/jira/browse/CB-10062) Error: `EACCES: permission denied - update-notifier-cordova.json`
|
||||
* [CB-10679](https://issues.apache.org/jira/browse/CB-10679) Documenting how the CLI chooses plugin versions
|
||||
|
||||
### 6.1.1 (Mar 29, 2016)
|
||||
* [CB-10980](https://issues.apache.org/jira/browse/CB-10980) Updated cordova-lib dependency to 6.1.1
|
||||
|
||||
### 6.1.0 (Mar 17, 2016)
|
||||
* [CB-10902](https://issues.apache.org/jira/browse/CB-10902) Updated cordova-lib dependency to 6.1.0
|
||||
* Simplify cordova CLI readme
|
||||
* [CB-10860](https://issues.apache.org/jira/browse/CB-10860) avoid node complaining of too many event listener added when running tests
|
||||
* Fix readme.md - directory structure
|
||||
* [CB-10673](https://issues.apache.org/jira/browse/CB-10673) add `plugin add --force` option.
|
||||
* Add Travis CI badge
|
||||
* Specify valid `SPDX` license in `package.json`
|
||||
* [CB-10748](https://issues.apache.org/jira/browse/CB-10748) Use `cordova-common.CordovaLogger` in CLI
|
||||
* Adding and fixing some whitespace in CLI docs.
|
||||
* [CB-10348](https://issues.apache.org/jira/browse/CB-10348) Update formatting of CLI reference readme
|
||||
* [CB-10348](https://issues.apache.org/jira/browse/CB-10348) CLI reference readme
|
||||
* [CB-10482](https://issues.apache.org/jira/browse/CB-10482) Remove references to **windows8** from cordova-lib/cli
|
||||
* [CB-10348](https://issues.apache.org/jira/browse/CB-10348) CLI doc output tweaks
|
||||
* Update help docs - add examples and make them consistent
|
||||
|
||||
### 6.0.0 (Jan 25, 2016)
|
||||
* [CB-10424](https://issues.apache.org/jira/browse/CB-10424) Updated cordova-lib dependency to 6.0.0
|
||||
* Remove browserify from experimental flags list
|
||||
* [CB-8455](https://issues.apache.org/jira/browse/CB-8455) Added `--nohooks` option.
|
||||
* [CB-9964](https://issues.apache.org/jira/browse/CB-9964) Added `--template` support to `cordova create`
|
||||
* Removing the `--usegit` flag from `cordova platform`. Recommended method is to use `cordova platform add git_url#branch`
|
||||
* [CB-9836](https://issues.apache.org/jira/browse/CB-9836) Add `.gitattributes` to prevent `CRLF` line endings in repos
|
||||
* Message about deprecating **amazon-fireos** for **Fire OS 5.0+** devices. 2015 onwards **FireOS** devices should use **android** platform only.
|
||||
* add **JIRA** issue tracker link.
|
||||
|
||||
### 5.4.1 (Nov 19, 2015)
|
||||
* [CB-10049](https://issues.apache.org/jira/browse/CB-10049) updated cordova-lib dependency to 5.4.1
|
||||
|
||||
### 5.4.0 (Oct 30, 2015)
|
||||
* [CB-9903](https://issues.apache.org/jira/browse/CB-9903) update cordova-lib dependency to 5.4.0
|
||||
* [CB-9861](https://issues.apache.org/jira/browse/CB-9861) fixed failing tests
|
||||
* [CB-9800](https://issues.apache.org/jira/browse/CB-9800) Fixing contribute link.
|
||||
* [CB-9792](https://issues.apache.org/jira/browse/CB-9792) Make CLI logging system interrupt process on an error event
|
||||
* [CB-9788](https://issues.apache.org/jira/browse/CB-9788) Add support of stderr/stdout split to CLI logger
|
||||
* [CB-9784](https://issues.apache.org/jira/browse/CB-9784) Remove CLI logger levels prefixes
|
||||
* [CB-8198](https://issues.apache.org/jira/browse/CB-8198) Unified console output logic for core platforms
|
||||
* [CB-9523](https://issues.apache.org/jira/browse/CB-9523) Show out of date message for older cordova CLI
|
||||
* [CB-9597](https://issues.apache.org/jira/browse/CB-9597) Updates cli to pass structured args to platform methods
|
||||
|
||||
### 5.3.1 (Aug 28, 2015)
|
||||
* Updated cordova-lib dependency to 5.3.1
|
||||
|
||||
### 5.2.0 (Aug 06, 2015)
|
||||
* docs: unify expression of Amazon Fire OS
|
||||
* docs: delete duplicated Windows Phone SDK description
|
||||
* [CB-9114](https://issues.apache.org/jira/browse/CB-9114): Deprecation Warning for --usegit flag. This closes #214
|
||||
* Adding .ratignore file.
|
||||
* [CB-9171](https://issues.apache.org/jira/browse/CB-9171) Support Plugin Variables with =
|
||||
* [CB-9128](https://issues.apache.org/jira/browse/CB-9128) cordova-cli documentation translation: cordova-cli
|
||||
* [CB-5578](https://issues.apache.org/jira/browse/CB-5578) Adds `clean` command to cordova-cli.
|
||||
* [CB-8993](https://issues.apache.org/jira/browse/CB-8993) Plugin restore ignores search path. This closes #213
|
||||
* [CB-9121](https://issues.apache.org/jira/browse/CB-9121) Add support for build configuration to be specified using the CLI
|
||||
* [CB-8898](https://issues.apache.org/jira/browse/CB-8898) Adds missing section about `requirements` to general cordova help
|
||||
|
||||
### 5.1.1 (June 4, 2015)
|
||||
* [CB-8898](https://issues.apache.org/jira/browse/CB-8898) Adds missing section about `requirements` to general cordova help
|
||||
* [CB-8898](https://issues.apache.org/jira/browse/CB-8898) Introduces `cordova requirements` command
|
||||
* Updated cordova-lib dependency to 5.1.1
|
||||
|
||||
### 5.0.0 (Apr 16, 2015)
|
||||
* Add information on Firefox OS to the README
|
||||
* Update link to hooks README
|
||||
* [CB-8634](https://issues.apache.org/jira/browse/CB-8634) Adds docs about support for custom branches for `cordova platform add`
|
||||
|
||||
### 4.3.0 (Feb 27, 2015)
|
||||
* docs update for plugin --save
|
||||
* Grunt "retire" task added (close #204)
|
||||
* [CB-8439](https://issues.apache.org/jira/browse/CB-8439) Fix 'cordova platform update' documentation to include `<plat-spec>` (close #208)
|
||||
* [CB-8379](https://issues.apache.org/jira/browse/CB-8379) Have --version print out cordova-lib version if it's not the same as CLI's version
|
||||
* [CB-8211](https://issues.apache.org/jira/browse/CB-8211), [CB-8358](https://issues.apache.org/jira/browse/CB-8358) Update `--link` help text
|
||||
* [CB-8168](https://issues.apache.org/jira/browse/CB-8168) --list support for CLI (close #205)
|
||||
* [CB-8314](https://issues.apache.org/jira/browse/CB-8314) Speed up Travis CI (close #207)
|
||||
* [CB-8301](https://issues.apache.org/jira/browse/CB-8301) Added CI configuration files (close #206)
|
||||
* [CB-8227](https://issues.apache.org/jira/browse/CB-8227) [CB-8237](https://issues.apache.org/jira/browse/CB-8237) [CB-8238](https://issues.apache.org/jira/browse/CB-8238) Add --save option to 'cordova platform add', 'cordova platform remove' and 'cordova platform update'
|
||||
* Add coverage/ to .npmignore
|
||||
* [CB-5316](https://issues.apache.org/jira/browse/CB-5316) Spell Cordova as a brand unless it's a command or script
|
||||
* [CB-7950](https://issues.apache.org/jira/browse/CB-7950) CLI make CordovaCliCreate.prototype.run vaguely correct
|
||||
* [CB-7739](https://issues.apache.org/jira/browse/CB-7739) document installing specific version of platforms
|
||||
* [CB-7950](https://issues.apache.org/jira/browse/CB-7950) CLI create.js misspells parseConfig
|
||||
|
||||
### 4.2.0 (Jan 06, 2015)
|
||||
* [CB-6756](https://issues.apache.org/jira/browse/CB-6756) use cordova_lib.binname instead of cordova
|
||||
* Fixed jshint issues with cli.js (close #199)
|
||||
* [CB-8211](https://issues.apache.org/jira/browse/CB-8211) Add --link option to `cordova plugin add` (close #191)
|
||||
* [CB-8129](https://issues.apache.org/jira/browse/CB-8129) Adds 'npm run cover' command to generate tests coverage report
|
||||
* searchpath option is added to restore
|
||||
|
||||
### 4.1.2 (Nov 13, 2014)
|
||||
* Expose cordova-lib and the cli from cordova-cli
|
||||
* [CB-7636](https://issues.apache.org/jira/browse/CB-7636) Allow using --nobuild flag without screaning
|
||||
|
||||
### 4.0.0 (Oct 10, 2014)
|
||||
* Made version semver complient and bumped to 4.0.0
|
||||
* Pinned dependencies
|
||||
* added missing AL header
|
||||
|
||||
### 3.6.1-0.2.13
|
||||
* update shrinkwrap
|
||||
|
||||
### 3.6.1-0.2.12
|
||||
* [CB-7383](https://issues.apache.org/jira/browse/CB-7383) depend on a newer version of cordova-lib
|
||||
|
||||
### 3.6.1-0.2.11
|
||||
* bump version to 3.6.3-0.2.11
|
||||
|
||||
### 3.6.1-0.2.10 (Sep 05, 2014)
|
||||
* updated Release notes
|
||||
* updated version to include dev prefix
|
||||
|
||||
### 3.6.0-0.2.8 (Aug 29, 2014)
|
||||
* adds missing 'fs' reference required for Windows (ln191)
|
||||
* [CB-7355](https://issues.apache.org/jira/browse/CB-7355) re added single test to test call through to cordova-lib cordova raw create
|
||||
* [CB-7364](https://issues.apache.org/jira/browse/CB-7364) remove duplicate logging initialization for cordova/plugman
|
||||
* [CB-7363](https://issues.apache.org/jira/browse/CB-7363) Do not insist on precise version of cordova-lib
|
||||
* [CB-7355](https://issues.apache.org/jira/browse/CB-7355) removed create tests which test behaviour of downstream dependencies
|
||||
* [CB-7358](https://issues.apache.org/jira/browse/CB-7358) cli spec mocks console log to avoid polluting test output while testing
|
||||
* [CB-7347](https://issues.apache.org/jira/browse/CB-7347) document cordova platform add /path/to support
|
||||
* [CB-7345](https://issues.apache.org/jira/browse/CB-7345) add tests to validate documentation
|
||||
* [CB-7345](https://issues.apache.org/jira/browse/CB-7345) improve cli documentation
|
||||
* [] refactored test to make use of jasmine's 'toThrow' expectation
|
||||
* correct object referenced in tests
|
||||
* proper order of initializers, which indicates a bigger problem
|
||||
* removed merge conflict
|
||||
* moved custom www handling code to a separate function
|
||||
* basic tests and structure added to create spec
|
||||
* renamed cli create spec more sensibly
|
||||
* parse config json moved to a function
|
||||
* functional refactor of create with expected input from caller implemented
|
||||
* updated tests and cli to pass all tests
|
||||
* tracking cli create spec
|
||||
* inital commit of cli create command logic in its own file
|
||||
* added verbose mode initialization to set up event handlers
|
||||
* created init function to handle initalization of underscore and nopt
|
||||
* Fixed the tests
|
||||
* Added browserify option "download_opts"
|
||||
* [CB-7260](https://issues.apache.org/jira/browse/CB-7260) use newer cordova-lib to get cordova-android 3.5.1, bump version num
|
||||
* [CB-7249](https://issues.apache.org/jira/browse/CB-7249) cordova-cli documentation translation: cordova-cli
|
||||
* [CB-7001](https://issues.apache.org/jira/browse/CB-7001) moved browserify help docs to proper locations
|
||||
* [CB-7001](https://issues.apache.org/jira/browse/CB-7001) added browserify to cordova.txt help doc
|
||||
* [CB-6024](https://issues.apache.org/jira/browse/CB-6024) Document -- for platform options
|
||||
* Added browserify flag to cli options
|
||||
* checking for browserify flag
|
||||
* [CB-7220](https://issues.apache.org/jira/browse/CB-7220) Support cordova_lib.binname
|
||||
* [CB-7220](https://issues.apache.org/jira/browse/CB-7220) Split cordova help into per feature help files
|
||||
* [CB-6756](https://issues.apache.org/jira/browse/CB-6756) Adds the platforms subcommand for save and restore
|
||||
* [CB-7100](https://issues.apache.org/jira/browse/CB-7100): Use npm based lazy-load by default
|
||||
* [CB-6127](https://issues.apache.org/jira/browse/CB-6127)lisa7cordova-plugin-consolecordova-cli documentation translation: cordova-cli
|
||||
* Call process.removeAllListeners() in cli spec
|
||||
* Add --captureExceptions flag to jasmine
|
||||
* Pin jasmine to older version temporarily
|
||||
* Fix [CB-7069](https://issues.apache.org/jira/browse/CB-7069) copy-from & link-to custom uri -> url
|
||||
* [CB-7002](https://issues.apache.org/jira/browse/CB-7002) Incremented package version to -dev
|
||||
|
||||
### 3.5.0-0.2.6 ()
|
||||
* [CB-6976](https://issues.apache.org/jira/browse/CB-6976) Add support for Windows Universal apps (Windows 8.1 and WP 8.1)
|
||||
* [CB-6728](https://issues.apache.org/jira/browse/CB-6728): Support chip architecture flag --archs
|
||||
* [CB-6954](https://issues.apache.org/jira/browse/CB-6954): Use the unified cordova_lib.events
|
||||
* [CB-6740](https://issues.apache.org/jira/browse/CB-6740): [amazon-fireos]Clean up error reporting when AmazonWebView SDK not found
|
||||
* [CB-6943](https://issues.apache.org/jira/browse/CB-6943) Path can include the : if it is absolute, only test for http. Added tests
|
||||
* Show full stack for CordovaError in verbose mode
|
||||
* [CB-6024](https://issues.apache.org/jira/browse/CB-6024): Use nopt instead of optimist in cli
|
||||
* [CB-6859](https://issues.apache.org/jira/browse/CB-6859) remove wp7 as platform
|
||||
* Add --usenpm flag to activate npm based lazy_load
|
||||
* [CB-6767](https://issues.apache.org/jira/browse/CB-6767) Allow `cordova` to be replacable in error messages
|
||||
* CLI implementation & docs for the save and restore plugins
|
||||
* Add --noregstry flag for disabling plugin lookup in the registry
|
||||
|
||||
### 3.5.0-0.2.4 (May 14, 2014)
|
||||
* [CB-5941](https://issues.apache.org/jira/browse/CB-5941) Update link to hooks-README.md file from README.md
|
||||
* Fix cordova help
|
||||
* Fixing failing CLI tests by removing 'experimental' key
|
||||
|
||||
### 3.5.0-0.2.0 (May 09, 2014)
|
||||
* [CB-6649](https://issues.apache.org/jira/browse/CB-6649) Removing experimental flag from positional arguments
|
||||
* [CB-6648](https://issues.apache.org/jira/browse/CB-6648) Adding a flag for experimental features
|
||||
* Fix require paths to use cordova-lib
|
||||
* Update package.json to use cordova-lib
|
||||
* Split out cordova-lib: move cordova-cli files
|
||||
* [Windows8] re-added BOM : [CB-5421](https://issues.apache.org/jira/browse/CB-5421) Add BOM to all html, js, css files to ensure app can pass Windows Store Certification
|
||||
* [CB-6491](https://issues.apache.org/jira/browse/CB-6491) add CONTRIBUTING.md
|
||||
* Adding support for privileged
|
||||
* Merge pull request #4 from rodms10/autoPermission
|
||||
* android-parser: Add AndroidLaunchMode preference
|
||||
* Fix CLI tests to work with node v0.11
|
||||
* Update version of jasmine-node. Fixes test warnings util.print with node 0.11
|
||||
* [CB-2606](https://issues.apache.org/jira/browse/CB-2606) Andriod icon - do not attempt copy to undefined path
|
||||
* [CB-2606](https://issues.apache.org/jira/browse/CB-2606) Icons support for iOS, Android, BB10, WP8, Win8, FxOS
|
||||
* [CB-6329](https://issues.apache.org/jira/browse/CB-6329) Delete unused info-utils.js
|
||||
* [CB-6329](https://issues.apache.org/jira/browse/CB-6329) Clean-up of cordova info changes previously merged.
|
||||
* [CB-6329](https://issues.apache.org/jira/browse/CB-6329) improve 'cordova info' command
|
||||
* [CB-5847](https://issues.apache.org/jira/browse/CB-5847) strictSSL is no longer ignored
|
||||
* [CB-6432](https://issues.apache.org/jira/browse/CB-6432) pre_package hook does not populate %CORDOVA_PLATFORMS%
|
||||
* Revert "CB-6267 Windows8. Apply BackgroundColor from config.xml"
|
||||
* Recreate "platforms" dir if it was deleted.
|
||||
* [CB-5093](https://issues.apache.org/jira/browse/CB-5093): Add versionCode and CFBundleVersion during prepare
|
||||
* [CB-6312](https://issues.apache.org/jira/browse/CB-6312) Use "landscape" instead of "userLandscape" in AndroidManifest.xml
|
||||
* [CB-6421](https://issues.apache.org/jira/browse/CB-6421): Move tests from e2e to spec - cli test
|
||||
* [CB-6377](https://issues.apache.org/jira/browse/CB-6377) superspawn: always wrap non .exe with spaces to cmd with /s /c
|
||||
|
||||
### 3.4.1-0.1.0 (Apr 03, 2014)
|
||||
* updated to use iOS 3.4.1
|
||||
* [CB-6377](https://issues.apache.org/jira/browse/CB-6377) Fix up superspawn's cmd fallback when there is a space in the args
|
||||
* [CB-6377](https://issues.apache.org/jira/browse/CB-6377) Remove windowsVerbatimArguments from superspawn
|
||||
* [CB-6344](https://issues.apache.org/jira/browse/CB-6344) Fix spy to return a default platform JSON instead of an empty object
|
||||
* [CB-6382](https://issues.apache.org/jira/browse/CB-6382) platform list: sort output
|
||||
* [CB-6377](https://issues.apache.org/jira/browse/CB-6377) Handle spaces in paths for cmd related scripts
|
||||
* [CB-6292](https://issues.apache.org/jira/browse/CB-6292) Add a callback-based API for cordova info (in addition to promise API)
|
||||
* [CB-6292](https://issues.apache.org/jira/browse/CB-6292) Revert commits that add explicit callbacks to APIs
|
||||
* [CB-6322](https://issues.apache.org/jira/browse/CB-6322) Simplify platforms/platform code for platform specifics
|
||||
* README.md: Getting Started guides link was broke. Fix.
|
||||
* Make "cmd" executed more readable.
|
||||
* [CB-6141](https://issues.apache.org/jira/browse/CB-6141) Fix Windows 8 tests
|
||||
* Use smarter BOM-skipping logic when parsing XML.
|
||||
* [CB-6357](https://issues.apache.org/jira/browse/CB-6357) platform check - install each platform to determine working + version number
|
||||
* [CB-6357](https://issues.apache.org/jira/browse/CB-6357) platform: provide exports for functions
|
||||
* [CB-6357](https://issues.apache.org/jira/browse/CB-6357) platform: Refactor into distinct functions
|
||||
* [CB-6338](https://issues.apache.org/jira/browse/CB-6338) Improve error for missing template
|
||||
* [CB-6337](https://issues.apache.org/jira/browse/CB-6337) Print nice error when cordova-cli hits various expected things
|
||||
* This closes #147
|
||||
* [CB-6267](https://issues.apache.org/jira/browse/CB-6267) Windows8. Apply BackgroundColor from config.xml
|
||||
* [CB-6338](https://issues.apache.org/jira/browse/CB-6338) Improve error for missing template
|
||||
* [CB-6030](https://issues.apache.org/jira/browse/CB-6030) - Automatically increment port for serve when default is in use
|
||||
* [CB-6337](https://issues.apache.org/jira/browse/CB-6337) Print nice error when cordova-cli hits various expected things
|
||||
* [CB-6323](https://issues.apache.org/jira/browse/CB-6323) Fix harmless typo in superspawn (cmd -> c)
|
||||
* [CB-6323](https://issues.apache.org/jira/browse/CB-6323) Fix superspawn's resolve function on windows (was very broken)
|
||||
* [CB-6306](https://issues.apache.org/jira/browse/CB-6306) Error creating project when path to project includes spaces
|
||||
* Tweak error message when hooks fail (wasn't showing correct command)
|
||||
* [CB-6296](https://issues.apache.org/jira/browse/CB-6296) callback/promise interface implemented
|
||||
* [CB-6293](https://issues.apache.org/jira/browse/CB-6293) additional tests for run command
|
||||
* [CB-6292](https://issues.apache.org/jira/browse/CB-6292) tests for build function's dual return method
|
||||
* updated jasmine dependency for timing
|
||||
* [CB-6211](https://issues.apache.org/jira/browse/CB-6211) 'cordova info' command fixed for Windows platform
|
||||
* Fix prepare command from hiding failures.
|
||||
* Fix ConfigParser.getPreference error + tests
|
||||
* [CB-6209](https://issues.apache.org/jira/browse/CB-6209) Uplevel changes from android_parser to amazon_fireos_parser Added orientation related config changes from android_parser.
|
||||
* [CB-6147](https://issues.apache.org/jira/browse/CB-6147) Enable CLI and Plugman with npm shrinkwrap
|
||||
* When searchpath is specified in config and CLI, merge them.
|
||||
* Add --searchpath to help.txt
|
||||
* Fix node-style-callbacks form of the CLI api not passing through results.
|
||||
|
||||
### 3.4.0-0.1.3 (Mar 3, 2014)
|
||||
* Update to plugman v0.20.2
|
||||
|
||||
### 3.4.0-0.1.2 (Feb 28, 2014)
|
||||
* Update to plugman v0.20.1
|
||||
|
||||
### 3.4.0-0.1.1 (Feb 26, 2014)
|
||||
* Update to plugman v0.20.0
|
||||
* [CB-5647](https://issues.apache.org/jira/browse/CB-5647) Remove concept of .staging dir. Install directly to www/
|
||||
* [CB-5299](https://issues.apache.org/jira/browse/CB-5299) Speed up prepare by using plugman's new reapply_global_munge()
|
||||
* Refactored config_parser.js to simply both it and its tests.
|
||||
* [CB-6076](https://issues.apache.org/jira/browse/CB-6076) Make "Generating config.xml from defaults" a verbose log
|
||||
* [CB-5181](https://issues.apache.org/jira/browse/CB-5181) Use spawn helper for all sub-shelling.
|
||||
* [CB-6049](https://issues.apache.org/jira/browse/CB-6049), [CB-5181](https://issues.apache.org/jira/browse/CB-5181) Enable stdio for build sub-commands and hooks
|
||||
|
||||
## 3.4.0-0.1.0 (Feb 14, 2014)
|
||||
* [CB-5638](https://issues.apache.org/jira/browse/CB-5638) Clean-up: remove unreachable info case from function
|
||||
* [CB-5937](https://issues.apache.org/jira/browse/CB-5937) Add "platform check" command: Shows platforms that are out of date
|
||||
* [CB-5634](https://issues.apache.org/jira/browse/CB-5634) Minor refactoring + tests for Android's orientation preference.
|
||||
* [CB-5634](https://issues.apache.org/jira/browse/CB-5634) Set Android orientation from config.xml
|
||||
* Upleveled amazon_fireos_parser. Making it at par with android_parser.js
|
||||
* [CB-5947](https://issues.apache.org/jira/browse/CB-5947) Throw when trying to create project inside custom www.
|
||||
* [CB-4153](https://issues.apache.org/jira/browse/CB-4153) Update help.txt about --source -> --copy-from
|
||||
|
||||
## 3.3.1-0.3.1 (Jan 31, 2014)
|
||||
* [CB-4153](https://issues.apache.org/jira/browse/CB-4153) Rename --source and --link flags to --copy-from and --link-to
|
||||
|
||||
## 3.3.1-0.3.0 (Jan 30, 2014)
|
||||
* Updated plugman dependency to 0.19.0
|
||||
* [CB-5913](https://issues.apache.org/jira/browse/CB-5913) Fail more gracefully on Windows when symlinks fail.
|
||||
* Fix isWindows check in util.js to support win64
|
||||
* [CB-5907](https://issues.apache.org/jira/browse/CB-5907) Make `cordova update` get version from platform's version script
|
||||
* [CB-3612](https://issues.apache.org/jira/browse/CB-3612) Don't pass --device to "run" command by default.
|
||||
* [CB-5493](https://issues.apache.org/jira/browse/CB-5493) lazy_load now downloads to a temp dir and then moves.
|
||||
* [CB-5782](https://issues.apache.org/jira/browse/CB-5782) Hide stack trace for explicitly handled error conditions
|
||||
* [CB-5590](https://issues.apache.org/jira/browse/CB-5590) Have config.xml version map to CFBundleShortVersionString instead of CFBundleVersion
|
||||
* [CB-5299](https://issues.apache.org/jira/browse/CB-5299) Cache pbxproj to avoid re-parsing it for each plugin.
|
||||
* [CB-5813](https://issues.apache.org/jira/browse/CB-5813) Fix missing quotes on update and ls commands
|
||||
* [CB-5808](https://issues.apache.org/jira/browse/CB-5808) Fix lazy_load stripping off windows drive letters
|
||||
* Expose util.isCordova as cordova.findProjectRoot()
|
||||
* Allow lazy_load libs to work without an id and version for local paths.
|
||||
* Add an option to config.js to not write config.json during create.
|
||||
* Update node-xcode dependency to 0.6.6
|
||||
|
||||
## 3.3.1-0.2.0 (Jan 15, 2014)
|
||||
* [CB-5006](https://issues.apache.org/jira/browse/CB-5006) Add --searchpath to "plugin add" so that installing by ID will search local paths before hitting the registry.
|
||||
* [CB-4153](https://issues.apache.org/jira/browse/CB-4153) Add --src & --link to cordova create.
|
||||
* [CB-5687](https://issues.apache.org/jira/browse/CB-5687) Make cordova commands work when CWD is inside of a symlink'ed www/
|
||||
* [CB-4910](https://issues.apache.org/jira/browse/CB-4910) Default config.xml to the root instead of within www/
|
||||
* [CB-5764](https://issues.apache.org/jira/browse/CB-5764) Move hooks/ to top-level instead of under .cordova
|
||||
* [CB-5763](https://issues.apache.org/jira/browse/CB-5763) Don't create .cordova/ by default
|
||||
* [CB-4871](https://issues.apache.org/jira/browse/CB-4871) Reduced package size significantly.
|
||||
* [CB-4976](https://issues.apache.org/jira/browse/CB-4976) Don't use ~/.cordova/lib for local directory
|
||||
* [CB-5777](https://issues.apache.org/jira/browse/CB-5777) Fix "platform update" not updating cordova.js
|
||||
* [CB-5728](https://issues.apache.org/jira/browse/CB-5728) Files in merges must remain intact when removing platform
|
||||
|
||||
## 3.3.0-0.1.0
|
||||
* [CB-5347](https://issues.apache.org/jira/browse/CB-5347) Handle dangling platform symlink in cordova platform add
|
||||
* Added deprecation notice about wp7
|
||||
* updated plugman version to 0.17.0
|
||||
* [CB-5573](https://issues.apache.org/jira/browse/CB-5573) relies on stderr content and error codes to detect a problem with xcode installation.
|
||||
* [CB-4382](https://issues.apache.org/jira/browse/CB-4382) Pass cli arguments to project-level hooks
|
||||
* [CB-5362](https://issues.apache.org/jira/browse/CB-5362) blackberry parser: support local cordova-blackberry
|
||||
* [CB-5345](https://issues.apache.org/jira/browse/CB-5345) Add pre_package event for windows8 parser.
|
||||
|
||||
## 3.2.0-0.4.0
|
||||
|
||||
* Make sure errors during prepare are reported
|
||||
* [CB-5031](https://issues.apache.org/jira/browse/CB-5031) Add CLI help text for platform update and plugin search
|
||||
* [CB-5298](https://issues.apache.org/jira/browse/CB-5298) Remove redundant requirements check for iOS and Android. The bin/create scripts check.
|
||||
* windows8. fixes version number parsing logic
|
||||
* [CB-4472](https://issues.apache.org/jira/browse/CB-4472) Remove preference from template config.xml
|
||||
|
||||
## 3.2.0-0.3.0
|
||||
|
||||
* [CB-5501](https://issues.apache.org/jira/browse/CB-5501) fix blackberry10 platform
|
||||
* [android] fixing failing android parser spec tests
|
||||
* [android] call out to platform check_req script
|
||||
|
||||
## 3.2.0-0.2.0
|
||||
|
||||
* [CB-5485](https://issues.apache.org/jira/browse/CB-5485) fixed issue with use of cordova cli api
|
||||
|
||||
## 3.2.0-0.1.0
|
||||
|
||||
* add the output of the plugman results to the console
|
||||
* [CB-5363](https://issues.apache.org/jira/browse/CB-5363) Improve config_json error reporting
|
||||
* [CB-5364](https://issues.apache.org/jira/browse/CB-5364) config_parser - check for null element text
|
||||
* Fix issue not finding platform script when in subdir - check platforms which have subdir
|
||||
* [CB-5377](https://issues.apache.org/jira/browse/CB-5377) serve: should only indicate listening when it is
|
||||
* [CB-5368](https://issues.apache.org/jira/browse/CB-5368) Cordova serve deflate content breaks IE
|
||||
* Change cordova serve's project.json to include etags.
|
||||
* [CB-5280](https://issues.apache.org/jira/browse/CB-5280) Update serve's help text to remove platform arguments
|
||||
* [CB-5364](https://issues.apache.org/jira/browse/CB-5364) config_parser - handle duplicates with children and text when merging
|
||||
* [CB-5320](https://issues.apache.org/jira/browse/CB-5320) Document avoiding sudo
|
||||
* [CB-4400](https://issues.apache.org/jira/browse/CB-4400): cd to project root in most cordova commands.
|
||||
* [CB-5063](https://issues.apache.org/jira/browse/CB-5063): Revert to copying cordova.js before user www dir
|
||||
* fix 3 failing tests for windows8 and wp8 and add assertions for wp7 too.
|
||||
* Adding instructions for installing on master.
|
||||
* [CB-5063](https://issues.apache.org/jira/browse/CB-5063): Keep cordova.js in platform_www to avoid copying it from lib.
|
||||
* [CB-5307](https://issues.apache.org/jira/browse/CB-5307): Remove references to Callback and Incubator
|
||||
* tests were failing attempting to match lib/dir and lib\\dir on windows
|
||||
* [CB-5183](https://issues.apache.org/jira/browse/CB-5183) WP7/8 lib path is not correctly resolved by CLI (additional changes)
|
||||
* [CB-5283](https://issues.apache.org/jira/browse/CB-5283) Improved cordova serve message to be more descriptive
|
||||
* [CB-4866](https://issues.apache.org/jira/browse/CB-4866) Execute hooks in ascending order of any leading numbers
|
||||
* [CB-5143](https://issues.apache.org/jira/browse/CB-5143) Locate the actual Android app .java file much more carefully.
|
||||
* Cleaning up wp7+8 parsers' use of promises. Fix tests.
|
||||
* serve: Fix doRoot() not being called & remove duplicated table.
|
||||
* serve: provide basic entry point
|
||||
* Code style (indentation)
|
||||
* Wait for the pre_package event to finish, or the update_csproj function might give unexpected results
|
||||
* Add pre_package event to wp8 project
|
||||
* readability + code quality in wp7+8 parsers
|
||||
* [CB-5183](https://issues.apache.org/jira/browse/CB-5183) WP7/8 custom_path is not correctly resolved by CLI
|
||||
* [CB-4994](https://issues.apache.org/jira/browse/CB-4994) Update xcode dependency to handle Xcode 5 capabilities.
|
||||
* [CB-5220](https://issues.apache.org/jira/browse/CB-5220) "An error occurred" is missing an "A" ...
|
||||
|
||||
|
||||
## 3.1.0-0.2.0
|
||||
|
||||
* increased version of plugman to 0.14.0 in package.json
|
||||
* [CB-5187](https://issues.apache.org/jira/browse/CB-5187): remove unused var os_platform
|
||||
* CB:5187 on node windows broken compile, emulate, run
|
||||
* [CB-4976](https://issues.apache.org/jira/browse/CB-4976) Don't symlink into ~/.cordova/lib for local libs
|
||||
* [CB-5142](https://issues.apache.org/jira/browse/CB-5142) improve grammar of emulate description
|
||||
* [CB-5147](https://issues.apache.org/jira/browse/CB-5147) emulate needs a space before error message
|
||||
* [CB-5125](https://issues.apache.org/jira/browse/CB-5125) add tests for chil process spawn
|
||||
* [CB-5125](https://issues.apache.org/jira/browse/CB-5125): replace child process exec with spawn
|
||||
* [CB-4748](https://issues.apache.org/jira/browse/CB-4748): Fail quickly if dir passed to cordova create is not empty.
|
||||
* [CB-5106](https://issues.apache.org/jira/browse/CB-5106): removed flood of cp error messages when running tests
|
||||
* [CB-5106](https://issues.apache.org/jira/browse/CB-5106):[wp7] fixed broken wp7 tests
|
||||
* [CB-5106](https://issues.apache.org/jira/browse/CB-5106):[win8] fixed tests for windows 8
|
||||
* Using .find to grab visualelements instead
|
||||
* [CB-5066](https://issues.apache.org/jira/browse/CB-5066): fixed issue with visual elements not being referenced correctly
|
||||
* windows8: remove debug console.log
|
||||
* windows8: fixed project parser issue, and updated tests
|
||||
* Update tests for commit d1c8024: update_project() should not call update_www() directly
|
||||
* begin firefoxos tests
|
||||
* [CB-5066](https://issues.apache.org/jira/browse/CB-5066): dealing with windows8 issues
|
||||
* config.xml helper function is used, removed error merge of wp folder.
|
||||
* [CB-5066](https://issues.apache.org/jira/browse/CB-5066): continuing merge of windows 8 stuff
|
||||
* [CB-5066](https://issues.apache.org/jira/browse/CB-5066): merged in windows 8 support into master from cordova-3.1.x
|
||||
* config.xml helper function is used, removed error merge of wp folder.
|
||||
* [CB-5066](https://issues.apache.org/jira/browse/CB-5066): continuing merge of windows 8 stuff
|
||||
* [CB-5066](https://issues.apache.org/jira/browse/CB-5066): merged in windows 8 support into master from cordova-3.1.x
|
||||
* [CB-2234](https://issues.apache.org/jira/browse/CB-2234) Add 'cordova info' command
|
||||
* [CB-4774](https://issues.apache.org/jira/browse/CB-4774): Copy www assets before running plugin prepare
|
||||
* cordova help should return a Q. fixes [CB-5070](https://issues.apache.org/jira/browse/CB-5070)
|
||||
* updated to a version greater than our latest version on npm
|
||||
* added not about platform+os restrictions
|
||||
* added myself as a contributor, [CB-5042](https://issues.apache.org/jira/browse/CB-5042) added info on windows8
|
||||
* [CB-5067](https://issues.apache.org/jira/browse/CB-5067): added exception incase no platform level config.xml or defaults.xml exisit
|
||||
* added temp config path for ffos, fixed wp8 config_xml function
|
||||
* [CB-4774](https://issues.apache.org/jira/browse/CB-4774) Updated prepare flow to make platform config.xml a build output - Adds a new method to
|
||||
* [CB-5032](https://issues.apache.org/jira/browse/CB-5032): clarify the help text
|
||||
* [CB-4621](https://issues.apache.org/jira/browse/CB-4621) Updating run and emulate commands to always provide default options
|
||||
* Log requests in cordova serve
|
||||
* Make cordova serve ignore dot files.
|
||||
* [CB-4957](https://issues.apache.org/jira/browse/CB-4957): added fix for FFOS
|
||||
* Update "cordova serve" to work with promises refactoring
|
||||
* [CB-4774](https://issues.apache.org/jira/browse/CB-4774) Display proper error if cordova prepare run not in project dir.
|
||||
* Fixes a bug where cordova prepare bombs on a config missing a content element - Changes an undefi
|
||||
* Bumping elementtree version to 0.1.5 to match plugman and support namespaced xml elements
|
||||
* Fix cli.js tests broken by --silent change.
|
||||
* [CB-4877]: Add basic logging, --silent flag.
|
||||
* Fix busted test.
|
||||
* First pass
|
||||
* [CB-4883]: Graceful handling of lazy loading errors.
|
||||
* reapplied change to add event mid build to allow mods to www folder pre_package aka 775e969f9cc27a
|
||||
* Remove two debugger; lines that snuck in.
|
||||
* [CB-4604](https://issues.apache.org/jira/browse/CB-4604) Execute hooks directly (not .bat files) cross-platform
|
||||
* Refactor to use Q.js promises in place of callbacks everywhere.
|
||||
* [CB-4837]: Version 3.0.10. Depends on Plugman 0.12.x.
|
||||
* Add missing license headers
|
||||
* Update repo versions to 3.1.0-rc1
|
||||
* Add `cordova update foo` command, with tests. [CB-4777](https://issues.apache.org/jira/browse/CB-4777)
|
||||
* Add version numbers to `platform ls` output.
|
||||
* [CB-4545](https://issues.apache.org/jira/browse/CB-4545) support for merges directory on both wp7 & wp8
|
||||
* Rename CHANGELOG.md -> RELEASENOTES.md
|
||||
* Fix expectation for platform ls test, for firefoxos
|
||||
* Fix platforms.js: firefoxos.parser
|
||||
* CB:4657 added ffos support to cli
|
||||
* [CB-4657](https://issues.apache.org/jira/browse/CB-4657): added staging_dir function to ff parser
|
||||
* add default manifest properties for firefox os platform
|
||||
* make the firefoxos parser actually build the project
|
||||
* change firefoxos link to tarball
|
||||
* add firefox platform
|
||||
* [CB-4797](https://issues.apache.org/jira/browse/CB-4797) Fix a crash on undefined platform in path.
|
||||
* [CB-4797](https://issues.apache.org/jira/browse/CB-4797) Add missing return statement in cordova serve
|
||||
* Fix broken tests due to lazy requiring change.
|
||||
* [CB-4797](https://issues.apache.org/jira/browse/CB-4797) Change `serve` command to serve platforms keyed off of path component.
|
||||
* [CB-4793](https://issues.apache.org/jira/browse/CB-4793) Lazily require modules in some places.
|
||||
* [CB-4325](https://issues.apache.org/jira/browse/CB-4325) Run platform installs in serial instead of in parallel
|
||||
* Version updated to 3.0.10-dev
|
||||
|
||||
## 3.0.10
|
||||
|
||||
Important note: This version targets Cordova version 3.1.0-rc1.
|
||||
|
||||
### Notable
|
||||
|
||||
- You can now `cordova platform update <platform>`, which calls the platform's update script. Android, iOS, WP7 and WP8 have update scripts. Please give this a try and report any problems!
|
||||
|
||||
### Features
|
||||
|
||||
- `platform ls` now shows the version of each installed platform.
|
||||
- `merges` are now supported on WP7+8.
|
||||
- `serve` now serves from `http://myhost.com/ios/www`, `/android/www`, etc., serving all platforms at once.
|
||||
- Speed significantly improved by importing modules only on demand. `prepare` is much faster, `platform ls` more than 10x faster.
|
||||
- Now with Firefox OS!
|
||||
|
||||
### Bugfixes
|
||||
|
||||
- Corner cases in `serve`.
|
||||
|
||||
|
||||
## 3.0.9
|
||||
|
||||
### Features
|
||||
|
||||
- `platform ls` now shows both installed and available-to-install platforms. [CB-3904](https://issues.apache.org/jira/browse/CB-3904)
|
||||
|
||||
### Bugfixes
|
||||
|
||||
- Plugins are now installed serially across all installed platforms, rather than in parallel. This avoids race conditions in dependency installation. [CB-4184](https://issues.apache.org/jira/browse/CB-4184)
|
||||
- (WP8) All files from project www dir are now copied into the binary, not the top-level www. This means merges and plugin assets are correctly handled.
|
26
express-server/node_modules/cordova/appveyor.yml
generated
vendored
Normal file
26
express-server/node_modules/cordova/appveyor.yml
generated
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
# http://www.appveyor.com/docs/appveyor-yml
|
||||
|
||||
# Performance optimization
|
||||
shallow_clone: true
|
||||
cache:
|
||||
- '%APPDATA%\npm-cache'
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
- nodejs_version: "4"
|
||||
- nodejs_version: "6"
|
||||
- nodejs_version: "8"
|
||||
- nodejs_version: "10"
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- npm install
|
||||
|
||||
build: off
|
||||
|
||||
test_script:
|
||||
# Workaround for https://github.com/appveyor/ci/issues/2420
|
||||
- set "PATH=%PATH%;C:\Program Files\Git\mingw64\libexec\git-core"
|
||||
- node --version
|
||||
- npm --version
|
||||
- npm test
|
37
express-server/node_modules/cordova/bin/cordova
generated
vendored
Normal file
37
express-server/node_modules/cordova/bin/cordova
generated
vendored
Normal file
@ -0,0 +1,37 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
/**
|
||||
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.
|
||||
*/
|
||||
|
||||
require('loud-rejection/register');
|
||||
const util = require('util');
|
||||
const events = require('cordova-common').events;
|
||||
const CordovaError = require('cordova-common').CordovaError;
|
||||
const cli = require('../src/cli');
|
||||
|
||||
cli(process.argv).catch(err => {
|
||||
if (!(err instanceof Error)) {
|
||||
throw new CordovaError('Promise rejected with non-error: ' + util.inspect(err));
|
||||
}
|
||||
process.exitCode = err.code || 1;
|
||||
|
||||
// We cannot emit an error event here, as that would cause another error
|
||||
console.error(err.message);
|
||||
events.emit('verbose', err.stack);
|
||||
});
|
1
express-server/node_modules/cordova/bin/cordova.cmd
generated
vendored
Normal file
1
express-server/node_modules/cordova/bin/cordova.cmd
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
@node "%~dpn0" %*
|
31
express-server/node_modules/cordova/cordova.js
generated
vendored
Normal file
31
express-server/node_modules/cordova/cordova.js
generated
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
/**
|
||||
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.
|
||||
*/
|
||||
|
||||
// All cordova js API moved to cordova-lib. If you don't need the cordova CLI,
|
||||
// use cordova-lib directly.
|
||||
|
||||
var cordova_lib = require('cordova-lib');
|
||||
module.exports = cordova_lib.cordova;
|
||||
|
||||
// Also export the cordova-lib so that downstream consumers of cordova lib and
|
||||
// CLI will be able to use CLI's cordova-lib and avoid the risk of having two
|
||||
// different versions of cordova-lib which would result in two instances of
|
||||
// "events" and can cause bad event handling.
|
||||
module.exports.cordova_lib = cordova_lib;
|
||||
module.exports.cli = require('./src/cli');
|
65
express-server/node_modules/cordova/doc/bash.md
generated
vendored
Normal file
65
express-server/node_modules/cordova/doc/bash.md
generated
vendored
Normal file
@ -0,0 +1,65 @@
|
||||
<!--
|
||||
#
|
||||
# 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 support
|
||||
==================
|
||||
|
||||
Cordova CLI comes bundled with a script which provides command-line tab-completion for Bash. If you're running a sufficiently
|
||||
Unix-y operating system (Linux, BSD, OS X) you can install this to make typing cordova command lines easier.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
### Linux
|
||||
|
||||
To install on a Linux or BSD system, copy the `scripts/cordova.completion` file to your `/etc/bash_completion.d` directory. This will be read the next time you start a new shell.
|
||||
|
||||
### OS X
|
||||
|
||||
On OS X, put the `scripts/cordova.completion` file anywhere readable, and add the following line to the end of your `~/.bashrc` file:
|
||||
|
||||
source <path to>/cordova.completion
|
||||
|
||||
This will be read the next time you start a new shell.
|
||||
|
||||
Usage
|
||||
------
|
||||
|
||||
It's easy! As long as your command line begins with an executable called 'cordova', just hit `<TAB>` at any point to see a list of valid completions.
|
||||
|
||||
Examples:
|
||||
|
||||
$ 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
|
31
express-server/node_modules/cordova/doc/build.txt
generated
vendored
Normal file
31
express-server/node_modules/cordova/doc/build.txt
generated
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
Synopsis
|
||||
|
||||
cordova-cli build [PROD] [TARGET] [PLATS] [BUILDCONFIG] [-- POPTS]
|
||||
|
||||
PROD: --debug|--release
|
||||
TARGET: --device|--emulator
|
||||
PLATS: PLATFORM [...]
|
||||
BUILDCONFIG: --buildConfig=CONFIGFILE
|
||||
POPTS: platformopts
|
||||
|
||||
Shortcut for `cordova prepare` + `cordova compile` for
|
||||
all/the specified platforms.
|
||||
|
||||
--debug ............................ debug build
|
||||
--release .......................... release build
|
||||
|
||||
--device ........................... Build it for a device
|
||||
--emulator ......................... Build it for an emulator
|
||||
|
||||
--buildConfig....................... Use the specified build configuration
|
||||
instead of default build.json
|
||||
|
||||
--browserify ....................... Compile plugin JS at build time using
|
||||
browserify instead of runtime.
|
||||
|
||||
To provide platform specific options, you must include them after `--`.
|
||||
|
||||
Example
|
||||
cordova-cli build android windows --debug --device
|
||||
cordova-cli build android --release --buildConfig=..\myBuildConfig.json
|
||||
cordova-cli build android --release -- --keystore="..\android.keystore" --storePassword=android --alias=mykey
|
11
express-server/node_modules/cordova/doc/clean.txt
generated
vendored
Normal file
11
express-server/node_modules/cordova/doc/clean.txt
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
Synopsis
|
||||
|
||||
cordova-cli clean [PLATFORM..]
|
||||
|
||||
Cleans the build artifacts for the specified platform, or all platforms
|
||||
by running platform-provided clean script.
|
||||
|
||||
To provide platform specific options, you must include them after `--`.
|
||||
|
||||
Example
|
||||
cordova-cli clean android
|
26
express-server/node_modules/cordova/doc/compile.txt
generated
vendored
Normal file
26
express-server/node_modules/cordova/doc/compile.txt
generated
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
Synopsis
|
||||
|
||||
cordova-cli compile [PROD] [TARGET] [PLATS] [-- POPTS]
|
||||
|
||||
PROD: --debug|--release
|
||||
TARGET: --device|--emulator|--target=FOO
|
||||
PLATS: PLATFORM [...]
|
||||
POPTS: platformopts
|
||||
|
||||
Builds the app for specified platforms, or all platforms
|
||||
|
||||
Options
|
||||
|
||||
--debug ............................ Deploy a debug build
|
||||
--release .......................... Deploy a release build
|
||||
|
||||
--device ........................... Deploy to a device
|
||||
--emulator ......................... Deploy to an emulator
|
||||
--target ........................... Deploy to a specific target
|
||||
|
||||
To provide platform specific options, you must include them after `--`.
|
||||
|
||||
Examples
|
||||
|
||||
cordova-cli compile android windows --debug --device
|
||||
cordova-cli compile android --release
|
34
express-server/node_modules/cordova/doc/config.txt
generated
vendored
Normal file
34
express-server/node_modules/cordova/doc/config.txt
generated
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
Synopsis
|
||||
|
||||
cordova-cli config <command> [options]
|
||||
|
||||
The config command can be used to set, get, delete, edit, and list global cordova options.
|
||||
|
||||
Options
|
||||
--set <key> <value> ... Sets the config key to the value. If value is omitted, then it sets it to "true".
|
||||
--get <key> ........... Echo the config value to stdout.
|
||||
--delete <key> ........ Deletes the key from all configuration files.
|
||||
--edit ................ Opens the config file in an editor.
|
||||
--ls .................. Lists contents of config file.
|
||||
|
||||
|
||||
Syntax
|
||||
cordova-cli config set <key> <value> ....... cordova config set autosave true
|
||||
cordova-cli config get <key> ............... cordova config get autosave
|
||||
cordova-cli config delete <key> ............ cordova config delete autosave
|
||||
cordova-cli config edit .................... cordova config edit
|
||||
cordova-cli config ls ...................... cordova config ls
|
||||
|
||||
Options
|
||||
autosave ...................... default setting = true
|
||||
Allows the user to set save to true or false when adding platforms or plugins.
|
||||
When false, platforms/plugins are not saved to `config.xml` and `package.json`.
|
||||
|
||||
browserify ...................... default setting = false
|
||||
Allows the user to use the browserify module to bundle the JavaScript files of
|
||||
the included plugins at build time versus our traditional run time loading of
|
||||
those files.
|
||||
|
||||
Examples
|
||||
cordova config set autosave false
|
||||
cordova config set browserify true
|
51
express-server/node_modules/cordova/doc/cordova.txt
generated
vendored
Normal file
51
express-server/node_modules/cordova/doc/cordova.txt
generated
vendored
Normal file
@ -0,0 +1,51 @@
|
||||
Synopsis
|
||||
|
||||
cordova-cli command [options]
|
||||
|
||||
Global Commands
|
||||
create ............................. Create a project
|
||||
help ............................... Get help for a command
|
||||
telemetry .......................... Turn telemetry collection on or off
|
||||
config ............................. Set, get, delete, edit, and list global cordova options
|
||||
|
||||
Project Commands
|
||||
info ............................... Generate project information
|
||||
requirements ....................... Checks and print out all the requirements
|
||||
for platforms specified
|
||||
|
||||
platform ........................... Manage project platforms
|
||||
plugin ............................. Manage project plugins
|
||||
|
||||
prepare ............................ Copy files into platform(s) for building
|
||||
compile ............................ Build platform(s)
|
||||
clean .............................. Cleanup project from build artifacts
|
||||
|
||||
run ................................ Run project
|
||||
(including prepare && compile)
|
||||
serve .............................. Run project with a local webserver
|
||||
(including prepare)
|
||||
|
||||
Learn more about command options using 'cordova-cli help <command>'
|
||||
|
||||
Aliases
|
||||
build -> cordova-cli prepare && cordova-cli compile
|
||||
emulate -> cordova-cli run --emulator
|
||||
|
||||
Options
|
||||
-v, --version ...................... prints out this utility's version
|
||||
-d, --verbose ...................... debug mode produces verbose log output for all activity,
|
||||
--no-update-notifier ............... disables check for CLI updates
|
||||
--nohooks .......................... suppress executing hooks
|
||||
(taking RegExp hook patterns as parameters)
|
||||
|
||||
Examples
|
||||
cordova-cli create myApp org.apache.cordova.myApp myApp
|
||||
cordova-cli plugin add cordova-plugin-camera
|
||||
cordova-cli platform add android
|
||||
cordova-cli plugin add cordova-plugin-camera --nosave
|
||||
cordova-cli platform add android --nosave
|
||||
cordova-cli requirements android
|
||||
cordova-cli build android --verbose
|
||||
cordova-cli run android
|
||||
cordova-cli build android --release -- --keystore="..\android.keystore" --storePassword=android --alias=mykey
|
||||
cordova-cli config ls
|
20
express-server/node_modules/cordova/doc/create.txt
generated
vendored
Normal file
20
express-server/node_modules/cordova/doc/create.txt
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
Synopsis
|
||||
|
||||
cordova-cli create <PATH> [ID [NAME [CONFIG]]] [options]
|
||||
|
||||
Create a Cordova project
|
||||
|
||||
PATH ......................... Where to create the project
|
||||
ID ........................... Reverse-domain-style package name - used in <widget id>
|
||||
NAME ......................... Human readable name
|
||||
CONFIG ....................... json string whose key/values will be included in
|
||||
[PATH]/.cordova-cli/config.json
|
||||
|
||||
Options
|
||||
|
||||
--template=<PATH|NPM PACKAGE|GIT URL> ... use a custom template located locally, in NPM, or GitHub.
|
||||
--copy-from|src=<PATH> .................. deprecated, use --template instead.
|
||||
--link-to=<PATH> ........................ symlink to custom www assets without creating a copy.
|
||||
|
||||
Example
|
||||
cordova-cli create myapp com.mycompany.myteam.myapp MyApp
|
8
express-server/node_modules/cordova/doc/emulate.txt
generated
vendored
Normal file
8
express-server/node_modules/cordova/doc/emulate.txt
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
Synopsis
|
||||
|
||||
cordova-cli emulate [PLATFORM...] [-- [platformopts]]
|
||||
|
||||
Alias for `cordova-cli run --emulator`. Launches the emulator instead of device.
|
||||
Use 'cordova-cli help run' for details on options.
|
||||
|
||||
To provide platform specific options, you must include them after `--`.
|
7
express-server/node_modules/cordova/doc/help.txt
generated
vendored
Normal file
7
express-server/node_modules/cordova/doc/help.txt
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
Synopsis
|
||||
|
||||
cordova-cli help [command]
|
||||
cordova-cli [command] -h
|
||||
cordova-cli -h [command]
|
||||
|
||||
Show syntax summary, or the help for a specific command.
|
7
express-server/node_modules/cordova/doc/info.txt
generated
vendored
Normal file
7
express-server/node_modules/cordova/doc/info.txt
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
Synopsis
|
||||
|
||||
cordova-cli info
|
||||
|
||||
Print out useful information helpful for submitting bug
|
||||
reports and getting help. Creates an info.txt file at the
|
||||
base of your project.
|
50
express-server/node_modules/cordova/doc/platform.txt
generated
vendored
Normal file
50
express-server/node_modules/cordova/doc/platform.txt
generated
vendored
Normal file
@ -0,0 +1,50 @@
|
||||
Synopsis
|
||||
|
||||
cordova-cli platform <command> [options]
|
||||
|
||||
Manage project platforms
|
||||
|
||||
add <plat-spec> [...].............. Add specified platforms and save platforms
|
||||
into config.xml & package.json after installing them
|
||||
|
||||
--nosave ...................... Prevent saving platforms into
|
||||
config.xml & package.json after installing them
|
||||
|
||||
--link ........................ When <plat-spec> is a local path, links the platform
|
||||
library directly instead of making a copy of it (support
|
||||
varies by platform; useful for platform development)
|
||||
|
||||
remove <platform> [...] ........... Remove specified platforms
|
||||
|
||||
--nosave ...................... Prevent deleting specified platforms from
|
||||
config.xml & package.json after removing them
|
||||
|
||||
update <plat-spec> ................ Update the version of Cordova used for a specific platform;
|
||||
update to the latest <version> if no <plat-spec> is specified
|
||||
|
||||
list .............................. List all installed and available platforms
|
||||
check ............................. List platforms which can be updated by `cordova-cli platform update`
|
||||
nosave ............................ Prevents saving version of all platforms added to
|
||||
config.xml & package.json
|
||||
Syntax
|
||||
<plat-spec> : <platform>[@<version>]|<path>|<url>[#<commit-ish>]
|
||||
|
||||
<platform> ........................ Platform name e.g. android, ios, windows etc.
|
||||
<version> ......................... Major.minor.patch version specifier using semver
|
||||
<path> ............................ Path to a directory containing a platform
|
||||
<url> ............................. Url to a git repository containing a platform
|
||||
<commit-ish> ...................... Commit/tag/bramch reference. If none is specified, 'master' is used
|
||||
|
||||
Aliases
|
||||
platforms -> platform
|
||||
rm -> remove
|
||||
ls -> list
|
||||
|
||||
Examples
|
||||
cordova-cli platform add android ios
|
||||
cordova-cli platform add android@^5.0.0
|
||||
cordova-cli platform add https://github.com/myfork/cordova-android.git#4.0.0
|
||||
cordova-cli platform add ../android
|
||||
cordova-cli platform add ../cordova-android.tgz
|
||||
cordova-cli platform rm android --nosave
|
||||
cordova-cli platform ls
|
60
express-server/node_modules/cordova/doc/plugin.txt
generated
vendored
Normal file
60
express-server/node_modules/cordova/doc/plugin.txt
generated
vendored
Normal file
@ -0,0 +1,60 @@
|
||||
Synopsis
|
||||
|
||||
cordova-cli plugin <command> [options]
|
||||
|
||||
Manage project plugins
|
||||
|
||||
add <plugin-spec> [...] ............ Add specified plugins and save them to
|
||||
config.xml & package.json.
|
||||
--searchpath <directory> ....... When looking up plugins by ID, look in this directory and
|
||||
each of its subdirectories before hitting the registry.
|
||||
Multiple search paths can be specified.
|
||||
|
||||
--noregistry ................... Don't search the registry for plugins
|
||||
|
||||
--link ......................... When installing from a local path, creates a symbolic link
|
||||
instead of copying files. The extent to which files are linked
|
||||
varies by platform. Useful for plugin development.
|
||||
--nosave ....................... Prevent saving the information for specified plugin
|
||||
into config.xml & package.json.
|
||||
--shrinkwrap ................... Used together with --save, saves the
|
||||
installed version numbers to config.xml
|
||||
--browserify ................... Compile plugin JS at build time using
|
||||
browserify instead of runtime.
|
||||
|
||||
--force ........................ Forces copying source files from the plugin even if the
|
||||
same file already exists in the target directory.
|
||||
|
||||
|
||||
remove <pluginid>|<name> [...] ..... Remove plugins with the given IDs/name and
|
||||
removes the information for specified plugin from config.xml & package.json.
|
||||
--nosave ....................... Prevents removing the information for
|
||||
specified plugin from config.xml & package.json.
|
||||
|
||||
|
||||
list .............................. List currently installed plugins
|
||||
save .............................. Saves the information for all currently added plugins to config.xml
|
||||
|
||||
Syntax
|
||||
<plugin-spec> : <pluginID>[@<version>]|<directory>|<url>[#<commit-ish>][:subdir]
|
||||
|
||||
<plugin> .......................... Plugin id (id of plugin in npm registry or --searchPath)
|
||||
<version> ......................... Major.minor.patch version specifier using semver
|
||||
<directory> ....................... Directory containing plugin.xml
|
||||
<url> ............................. Url to a git repository containing a plugin.xml
|
||||
<commit-ish> ...................... Commit/tag/branch reference. If none is specified, 'master' is used
|
||||
<subdir> .......................... Sub-directory to find plugin.xml for the specified plugin.
|
||||
|
||||
Aliases
|
||||
plugins -> plugin
|
||||
rm -> remove
|
||||
ls -> list
|
||||
|
||||
Examples
|
||||
cordova-cli plugin add cordova-plugin-camera cordova-plugin-file --nosave --searchpath ~/plugins
|
||||
cordova-cli plugin add cordova-plugin-camera@^2.0.0 --nosave
|
||||
cordova-cli plugin add https://github.com/myfork/cordova-plugin-camera.git#2.1.0 --nosave
|
||||
cordova-cli plugin add ../cordova-plugin-camera --nosave
|
||||
cordova-cli plugin add ../cordova-plugin-camera.tgz --nosave
|
||||
cordova-cli plugin rm camera --nosave
|
||||
cordova-cli plugin ls
|
13
express-server/node_modules/cordova/doc/prepare.txt
generated
vendored
Normal file
13
express-server/node_modules/cordova/doc/prepare.txt
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
Synopsis
|
||||
|
||||
cordova-cli prepare [PLATFORM..]
|
||||
|
||||
Copies files for specified platforms, or all platforms,
|
||||
so that the project is ready to build with each SDK.
|
||||
|
||||
Options
|
||||
--browserify .............................. Compile plugin JS at build time using
|
||||
browserify instead of runtime.
|
||||
|
||||
Example
|
||||
cordova-cli prepare --browserify
|
669
express-server/node_modules/cordova/doc/readme.md
generated
vendored
Normal file
669
express-server/node_modules/cordova/doc/readme.md
generated
vendored
Normal file
@ -0,0 +1,669 @@
|
||||
---
|
||||
title: CLI Reference
|
||||
description: Learn how to use Cordova CLI commands and their options.
|
||||
---
|
||||
|
||||
<!--
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
-->
|
||||
|
||||
# Cordova Command-line-interface (CLI) Reference
|
||||
|
||||
## Syntax
|
||||
|
||||
```bash
|
||||
cordova <command> [options] -- [platformOpts]
|
||||
```
|
||||
|
||||
## Global Command List
|
||||
|
||||
These commands are available at all times.
|
||||
|
||||
| Command | Description
|
||||
|----------|--------------
|
||||
| create | Create a project
|
||||
| help <command> | Get help for a command
|
||||
| telemetry | Turn telemetry collection on or off
|
||||
| config | Set, get, delete, edit, and list global cordova options
|
||||
|
||||
## Project Command List
|
||||
|
||||
These commands are supported when the current working directory is a valid Cordova project.
|
||||
|
||||
| Command | Description
|
||||
|--------------|--------------
|
||||
| info | Generate project information
|
||||
| requirements | Checks and print out all the installation requirements for platforms specified
|
||||
| platform | Manage project platforms
|
||||
| plugin | Manage project plugins
|
||||
| prepare | Copy files into platform(s) for building
|
||||
| compile | Build platform(s)
|
||||
| clean | Cleanup project from build artifacts
|
||||
| run | Run project (including prepare && compile)
|
||||
| serve | Run project with a local webserver (including prepare)
|
||||
|
||||
## Common options
|
||||
|
||||
These options apply to all cordova-cli commands.
|
||||
|
||||
| Option | Description
|
||||
|----------------------|------------------------
|
||||
| -d or --verbose | Pipe out more verbose output to your shell. You can also subscribe to `log` and `warn` events if you are consuming `cordova-cli` as a node module by calling `cordova.on('log', function() {})` or `cordova.on('warn', function() {})`.
|
||||
| -v or --version | Print out the version of your `cordova-cli` install.
|
||||
| --no-update-notifier | Will disable updates check. Alternatively set `"optOut": true` in `~/.config/configstore/update-notifier-cordova.json` or set `NO_UPDATE_NOTIFIER` environment variable with any value (see details in [update-notifier docs](https://www.npmjs.com/package/update-notifier#user-settings)).
|
||||
|--nohooks | Suppress executing hooks (taking RegExp hook patterns as parameters)
|
||||
| --no-telemetry | Disable telemetry collection for the current command.
|
||||
|
||||
## Platform-specific options
|
||||
|
||||
Certain commands have options (`platformOpts`) that are specific to a particular platform. They can be provided to the cordova-cli with a '--' separator that stops the command parsing within the cordova-lib module and passes through rest of the options for platforms to parse.
|
||||
|
||||
## Examples
|
||||
- This example demonstrates how cordova-cli can be used to create a project with the `camera` plugin and run it for `android` platform. In particular, platform specific options like `--keystore` can be provided:
|
||||
|
||||
# Create a cordova project
|
||||
cordova create myApp com.myCompany.myApp myApp
|
||||
cd myApp
|
||||
# Add camera plugin to the project and remember that in config.xml & package.json.
|
||||
cordova plugin add cordova-plugin-camera
|
||||
# Add camera plugin to the project and remember that in config.xml and package.json.
|
||||
cordova plugin add cordova-plugin-camera
|
||||
# Add android platform to the project and remember that in config.xml & package.json.
|
||||
cordova platform add android
|
||||
# Check to see if your system is configured for building android platform.
|
||||
cordova requirements android
|
||||
# Build the android and emit verbose logs.
|
||||
cordova build android --verbose
|
||||
# Run the project on the android platform.
|
||||
cordova run android
|
||||
# Build for android platform in release mode with specified signing parameters.
|
||||
cordova build android --release -- --keystore="..\android.keystore" --storePassword=android --alias=mykey
|
||||
|
||||
## cordova create command
|
||||
|
||||
### Synopsis
|
||||
|
||||
Create the directory structure for the Cordova project in the specified path.
|
||||
|
||||
### Syntax
|
||||
|
||||
```
|
||||
cordova create path [id [name [config]]] [options]
|
||||
```
|
||||
|
||||
| Value | Description |
|
||||
|-------|---------------|
|
||||
| path | Directory which should not already exist. Cordova will create this directory. For more details on the directory structure, see below. |
|
||||
| id | _Default_: `io.cordova.hellocordova` <br/> Reverse domain-style identifier that maps to `id` attribute of `widget` element in `config.xml`. This can be changed but there may be code generated using this value, such as Java package names. It is recommended that you select an appropriate value. |
|
||||
| name | _Default_: `HelloCordova` <br/> Application's display title that maps `name` element in `config.xml` file. This can be changed but there may be code generated using this value, such as Java class names. The default value is `HelloCordova`, but it is recommended that you select an appropriate value. |
|
||||
| config | JSON string whose key/values will be included in `<path>`/.cordova/config.json |
|
||||
|
||||
### Options
|
||||
|
||||
| Option | Description |
|
||||
|--------|-------------|
|
||||
| --template | Use a custom template located locally, in NPM, or GitHub. |
|
||||
| --copy-from\|--src | _Deprecated_ <br/> Use --template instead. Specifies a directory from which to copy the current Cordova project. |
|
||||
|--link-to | Symlink to specified `www` directory without creating a copy. |
|
||||
|
||||
### Directory structure
|
||||
|
||||
Cordova CLI works with the following directory structure:
|
||||
|
||||
```
|
||||
myapp/
|
||||
|-- config.xml
|
||||
|-- hooks/
|
||||
|-- merges/
|
||||
| | |-- android/
|
||||
| | |-- windows/
|
||||
| | |-- ios/
|
||||
|-- www/
|
||||
|-- platforms/
|
||||
| |-- android/
|
||||
| |-- windows/
|
||||
| |-- ios/
|
||||
|-- plugins/
|
||||
|--cordova-plugin-camera/
|
||||
```
|
||||
|
||||
#### config.xml
|
||||
|
||||
Configures your application and allows you to customize the behavior of your project. See also [config.xml reference documentation][config.xml ref]
|
||||
|
||||
#### www/
|
||||
|
||||
Contains the project's web artifacts, such as .html, .css and .js files. As a cordova application developer, most of your code and assets will go here. They will be copied on a `cordova prepare` to each platform's www directory. The www source directory is reproduced within each platform's subdirectory, appearing for example in `platforms/ios/www` or `platforms/android/assets/www`. Because the CLI constantly copies over files from the source www folder, you should only edit these files and not the ones located under the platforms subdirectories. If you use version control software, you should add this source www folder, along with the merges folder, to your version control system.
|
||||
|
||||
#### platforms/
|
||||
|
||||
Contains all the source code and build scripts for the platforms that you add to your project.
|
||||
|
||||
> **WARNING:** When using the CLI to build your application, you should not edit any files in the /platforms/ directory unless you know what you are doing, or if documentation specifies otherwise. The files in this directory are routinely overwritten when preparing applications for building, or when plugins are re-installed.
|
||||
|
||||
#### plugins/
|
||||
|
||||
Any added plugins will be extracted or copied into this directory.
|
||||
|
||||
#### hooks/
|
||||
|
||||
This directory may contains scripts used to customize cordova-cli commands. Any scripts you add to these directories will be executed before and after the commands corresponding to the directory name. Useful for integrating your own build systems or integrating with version control systems.
|
||||
|
||||
Refer to [Hooks Guide] for more information.
|
||||
|
||||
#### merges/
|
||||
|
||||
Platform-specific web assets (HTML, CSS and JavaScript files) are contained within appropriate subfolders in this directory. These are deployed during a `prepare` to the appropriate native directory. Files placed under `merges/` will override matching files in the `www/` folder for the relevant platform. A quick example, assuming a project structure of:
|
||||
|
||||
```
|
||||
merges/
|
||||
|-- ios/
|
||||
| -- app.js
|
||||
|-- android/
|
||||
| -- android.js
|
||||
www/
|
||||
-- app.js
|
||||
```
|
||||
|
||||
After building the Android and iOS projects, the Android application will contain both `app.js` and `android.js`. However, the iOS application will only contain an `app.js`, and it will be the one from `merges/ios/app.js`, overriding the "common" `app.js` located inside `www/`.
|
||||
|
||||
#### Version control
|
||||
|
||||
It is recommended not to check in `platforms/` and `plugins/` directories into version control as they are considered a build artifact. Your platforms and plugins will be saved in config.xml & package.json automatically. These platforms/plugins will be downloaded when `cordova prepare` is invoked.
|
||||
|
||||
### Examples
|
||||
|
||||
- Create a Cordova project in `myapp` directory using the specified ID and display name:
|
||||
|
||||
cordova create myapp com.mycompany.myteam.myapp MyApp
|
||||
|
||||
- Create a Cordova project with a symlink to an existing `www` directory. This can be useful if you have a custom build process or existing web assets that you want to use in your Cordova app:
|
||||
|
||||
cordova create myapp --link-to=../www
|
||||
|
||||
|
||||
## cordova platform command
|
||||
|
||||
### Synopsis
|
||||
|
||||
Manage cordova platforms - allowing you to add, remove, update, list and check for updates. Running commands to add or remove platforms affects the contents of the project's platforms directory.
|
||||
|
||||
### Syntax
|
||||
|
||||
```bash
|
||||
cordova {platform | platforms} [
|
||||
add <platform-spec> [...] {--save | link=<path> } |
|
||||
{remove | rm} platform [...] {--save}|
|
||||
{list | ls} |
|
||||
check |
|
||||
save |
|
||||
update ]
|
||||
```
|
||||
|
||||
| Sub-command | Option | Description |
|
||||
------------------------|-------------|------|
|
||||
| add `<platform-spec>` [...] | | Add specified platforms |
|
||||
| | --nosave | Do not save `<platform-spec>` into `config.xml` & `package.json` after installing them using `<engine>` tag |
|
||||
| | --link=`<path>` | When `<platform-spec>` is a local path, links the platform library directly instead of making a copy of it (support varies by platform; useful for platform development)
|
||||
| remove `<platform>` [...] | | Remove specified platforms |
|
||||
| | --nosave | Do not delete specified platforms from `config.xml` & `package.json` after removing them |
|
||||
| update `platform` [...] | | Update specified platforms |
|
||||
| | --save | Updates the version specified in `config.xml` |
|
||||
| list | | List all installed and available platforms |
|
||||
| check | | List platforms which can be updated via cordova-cli with the command `platform update` |
|
||||
| save | | Save `<platform-spec>` of all platforms added to config.xml |
|
||||
|
||||
### Platform-spec
|
||||
|
||||
There are a number of ways to specify a platform:
|
||||
|
||||
```
|
||||
<platform-spec> : platform[@version] | path | url[#commit-ish]
|
||||
```
|
||||
|
||||
| Value | Description |
|
||||
|-----------|-------------|
|
||||
| platform | Platform name e.g. android, ios, windows etc. to be added to the project. Every release of cordova CLI pins a version for each platform. When no version is specified this version is used to add the platform. |
|
||||
| version | Major.minor.patch version specifier using semver |
|
||||
| path | Path to a directory or tarball containing a platform |
|
||||
| url | URL to a git repository or tarball containing a platform |
|
||||
| commit-ish | Commit/tag/branch reference. If none is specified, 'master' is used |
|
||||
|
||||
### Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
- Windows (8.1, Phone 8.1, UWP - Windows 10)
|
||||
- Blackberry10
|
||||
- Ubuntu
|
||||
- Browser
|
||||
|
||||
### Deprecated Platforms
|
||||
|
||||
- Amazon-fireos (use Android platform instead)
|
||||
- WP8 (use Windows platform instead)
|
||||
- Windows 8.0 (use older versions of cordova)
|
||||
- Firefox OS (use older versions of cordova)
|
||||
|
||||
### Examples
|
||||
|
||||
- Add pinned version of the `android` and `ios` platform and save the downloaded version to `config.xml` & `package.json`:
|
||||
|
||||
cordova platform add android ios
|
||||
|
||||
- Add `android` platform with [semver](http://semver.org/) version ^5.0.0 and save it to `config.xml` & `package.json`:
|
||||
|
||||
cordova platform add android@^5.0.0
|
||||
|
||||
- Add platform by cloning the specified git repo and checkout to the `4.0.0` tag:
|
||||
|
||||
cordova platform add https://github.com/myfork/cordova-android.git#4.0.0
|
||||
|
||||
- Add platform using a local directory named `android`:
|
||||
|
||||
cordova platform add ../android
|
||||
|
||||
- Add platform using the specified tarball:
|
||||
|
||||
cordova platform add ../cordova-android.tgz
|
||||
|
||||
- Remove `android` platform from the project and remove from `config.xml` & `package.json`:
|
||||
|
||||
cordova platform rm android
|
||||
|
||||
- Remove `android` platform from the project and do NOT remove from `config.xml` & `package.json`:
|
||||
|
||||
cordova platform rm android --nosave
|
||||
|
||||
- List available and installed platforms with version numbers. This is useful to find version numbers when reporting issues:
|
||||
|
||||
cordova platform ls
|
||||
|
||||
- Save versions of all platforms currently added to the project to `config.xml` & `package.json`
|
||||
|
||||
cordova platform save
|
||||
|
||||
## cordova plugin command
|
||||
|
||||
### Synopsis
|
||||
|
||||
Manage project plugins
|
||||
|
||||
### Syntax
|
||||
|
||||
```bash
|
||||
cordova {plugin | plugins} [
|
||||
add <plugin-spec> [..] {--searchpath=<directory> | --noregistry | --link | --save | --browserify | --force} |
|
||||
{remove | rm} {<pluginid> | <name>} --save |
|
||||
{list | ls} |
|
||||
save |
|
||||
]
|
||||
```
|
||||
|
||||
| Sub-command | Option | Description
|
||||
|------------------------|-------------|------
|
||||
| add `<plugin-spec>` [...] | | Add specified plugins
|
||||
| |--searchpath `<directory>` | When looking up plugins by ID, look in this directory and each of its subdirectories before hitting the registry. Multiple search paths can be specified. Use ':' as a separator in `*nix` based systems and ';' for Windows.
|
||||
| |--noregistry | Don't search the registry for plugins.
|
||||
| |--link | When installing from a local path, creates a symbolic link instead of copying files. The extent to which files are linked varies by platform. Useful for plugin development.
|
||||
| |--nosave | Do NOT save the `<plugin-spec>` as part of the `plugin` element into `config.xml` or `package.json`.
|
||||
| |--browserify | Compile plugin JS at build time using browserify instead of runtime.
|
||||
| |--force | _Introduced in version 6.1._ Forces copying source files from the plugin even if the same file already exists in the target directory.
|
||||
| remove `<pluginid>|<name>` [...]| | Remove plugins with the given IDs/name.
|
||||
| |--nosave | Do NOT remove the specified plugin from config.xml or package.json
|
||||
|list | | List currently installed plugins
|
||||
|save | | Save `<plugin-spec>` of all plugins currently added to the project
|
||||
|
||||
### Plugin-spec
|
||||
|
||||
There are a number of ways to specify a plugin:
|
||||
|
||||
<plugin-spec> : [@scope/]pluginID[@version]|directory|url[#commit-ish][:subdir]
|
||||
|
||||
| Value | Description
|
||||
|-------------|--------------------
|
||||
| scope | Scope of plugin published as a [scoped npm package]
|
||||
| plugin | Plugin id (id of plugin in npm registry or in --searchPath)
|
||||
| version | Major.minor.patch version specifier using semver
|
||||
| directory | Directory containing plugin.xml
|
||||
| url | Url to a git repository containing a plugin.xml
|
||||
| commit-ish | Commit/tag/branch reference. If none is specified, 'master' is used
|
||||
|
||||
### Algorithm for resolving plugins
|
||||
|
||||
When adding a plugin to a project, the CLI will resolve the plugin
|
||||
based on the following criteria (listed in order of precedence):
|
||||
|
||||
1. The `plugin-spec` given in the command (e.g. `cordova plugin add pluginID@version`)
|
||||
2. The `plugin-spec` saved in `config.xml` & `package.json` (i.e. if the plugin was previously added without `--nosave`)
|
||||
3. As of Cordova version 6.1, the latest plugin version published to npm that the current project can support (only applies to plugins that list their [Cordova dependencies] in their `package.json`)
|
||||
4. The latest plugin version published to npm
|
||||
|
||||
### Examples
|
||||
|
||||
- Add `cordova-plugin-camera` and `cordova-plugin-file` to the project and save it to `config.xml` & `package.json`. Use `../plugins` directory to search for the plugins.
|
||||
|
||||
cordova plugin add cordova-plugin-camera cordova-plugin-file --save --searchpath ../plugins
|
||||
|
||||
- Add `cordova-plugin-camera` with [semver](http://semver.org/) version ^2.0.0 and save it to `config.xml` & `package.json`:
|
||||
|
||||
cordova plugin add cordova-plugin-camera@^2.0.0
|
||||
|
||||
- Add the plugin from the specified local directory:
|
||||
|
||||
cordova plugin add ../cordova-plugin-camera
|
||||
|
||||
- Add the plugin from the specified tarball file:
|
||||
|
||||
cordova plugin add ../cordova-plugin-camera.tgz
|
||||
|
||||
- Remove the plugin from the project and the `config.xml` & `package.json`:
|
||||
|
||||
cordova plugin rm camera
|
||||
|
||||
- Remove the plugin from the project, but not the `config.xml` or `package.json`:
|
||||
|
||||
cordova plugin rm camera --nosave
|
||||
|
||||
- List all plugins installed in the project:
|
||||
|
||||
cordova plugin ls
|
||||
|
||||
### Conflicting plugins
|
||||
Conflicting plugins may occur when adding plugins that use `edit-config` tags in their plugin.xml file. `edit-config` allows plugins to add or replace attributes of XML elements.
|
||||
|
||||
This feature can cause issues with the application if more than one plugin tries to modify the same XML element. Conflict detection has been implemented to prevent plugins from being added so one plugin doesn't try to overwrite another plugin's `edit-config` changes. An error will be thrown when a conflict in `edit-config` has been found and the plugin won't be added. The error message will mention that all conflicts must be resolved before the plugin can be added. One option to resolving the `edit-config` conflict is to make changes to the affected plugins' plugin.xml so that they do not modify the same XML element. The other option is to use the `--force` flag to force add the plugin. This option should be used with caution as it ignores the conflict detection and will overwrite all conflicts it has with other plugins, thus may leave the other plugins in a bad state.
|
||||
|
||||
Refer to the [plugin.xml guide](https://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#edit-config) for managing `edit-config`, resolving conflicts, and examples.
|
||||
|
||||
## cordova prepare command
|
||||
|
||||
### Synopsis
|
||||
|
||||
Transforms config.xml metadata to platform-specific manifest files, copies icons & splashscreens,
|
||||
copies plugin files for specified platforms so that the project is ready to build with each native SDK.
|
||||
|
||||
### Syntax
|
||||
|
||||
```
|
||||
cordova prepare [<platform> [..]]
|
||||
[--browserify]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
| Option | Description
|
||||
|------------|------------------
|
||||
| `<platform> [..]` | Platform name(s) to prepare. If not specified, all platforms are built.
|
||||
|--browserify | Compile plugin JS at build time using browserify instead of runtime.
|
||||
|
||||
## cordova compile command
|
||||
|
||||
### Synopsis
|
||||
|
||||
`cordova compile` is a subset of the [cordova build command](#cordova-build-command).
|
||||
It only performs the compilation step without doing prepare. It's common to invoke `cordova build` instead of this command - however, this stage is useful to allow extending using [hooks][Hooks guide].
|
||||
|
||||
### Syntax
|
||||
|
||||
```bash
|
||||
cordova build [<platform> [...]]
|
||||
[--debug|--release]
|
||||
[--device|--emulator|--target=<targetName>]
|
||||
[--buildConfig=<configfile>]
|
||||
[--browserify]
|
||||
[-- <platformOpts>]
|
||||
```
|
||||
For detailed documentation see [cordova build command](#cordova-build-command) docs below.
|
||||
|
||||
## cordova build command
|
||||
|
||||
### Synopsis
|
||||
|
||||
Shortcut for `cordova prepare` + `cordova compile` for all/the specified platforms. Allows you to build the app for the specified platform.
|
||||
|
||||
### Syntax
|
||||
|
||||
```bash
|
||||
cordova build [<platform> [...]]
|
||||
[--debug|--release]
|
||||
[--device|--emulator]
|
||||
[--buildConfig=<configfile>]
|
||||
[--browserify]
|
||||
[-- <platformOpts>]
|
||||
```
|
||||
|
||||
| Option | Description
|
||||
|------------|------------------
|
||||
| `<platform> [..]` | Platform name(s) to build. If not specified, all platforms are built.
|
||||
| --debug | Perform a debug build. This typically translates to debug mode for the underlying platform being built.
|
||||
| --release | Perform a release build. This typically translates to release mode for the underlying platform being built.
|
||||
| --device | Build it for a device
|
||||
| --emulator | Build it for an emulator. In particular, the platform architecture might be different for a device Vs emulator.
|
||||
| --buildConfig=`<configFile>` | Default: build.json in cordova root directory. <br/> Use the specified build configuration file. `build.json` file is used to specify paramaters to customize the app build process esecially related to signing the package.
|
||||
| --browserify | Compile plugin JS at build time using browserify instead of runtime
|
||||
| `<platformOpts>` | To provide platform specific options, you must include them after `--` separator. Review platform guide docs for more details.
|
||||
|
||||
### Examples
|
||||
|
||||
- Build for `android` and `windows` platform in `debug` mode for deployment to device:
|
||||
|
||||
cordova build android windows --debug --device
|
||||
|
||||
- Build for `android` platform in `release` mode and use the specified build configuration:
|
||||
|
||||
cordova build android --release --buildConfig=..\myBuildConfig.json
|
||||
|
||||
- Build for `android` platform in release mode and pass custom platform options to android build process:
|
||||
|
||||
cordova build android --release -- --keystore="..\android.keystore" --storePassword=android --alias=mykey
|
||||
|
||||
## cordova run command
|
||||
|
||||
### Synopsis
|
||||
|
||||
Prepares, builds, and deploys app on specified platform devices/emulators. If a device is connected it will be used, unless an eligible emulator is already running.
|
||||
|
||||
### Syntax
|
||||
|
||||
```bash
|
||||
cordova run [<platform> [...]]
|
||||
[--list | --debug | --release]
|
||||
[--noprepare] [--nobuild]
|
||||
[--device|--emulator|--target=<targetName>]
|
||||
[--buildConfig=<configfile>]
|
||||
[--browserify]
|
||||
[-- <platformOpts>]
|
||||
```
|
||||
|
||||
| Option | Description
|
||||
|-------------|------------------
|
||||
| `<platform> [..]` | Platform name(s) to run. If not specified, all platforms are run.
|
||||
| --list | Lists available targets. Displays both device and emulator deployment targets unless specified
|
||||
| --debug | Deploy a debug build. This is the default behavior unless `--release` is specified.
|
||||
| --release | Deploy a release build
|
||||
| --noprepare | Skip preparing (available in Cordova v6.2 or later)
|
||||
| --nobuild | Skip building
|
||||
| --device | Deploy to a device
|
||||
| --emulator | Deploy to an emulator
|
||||
| --target | Deploy to a specific target emulator/device. Use `--list` to display target options
|
||||
| --buildConfig=`<configFile>` | Default: build.json in cordova root directory. <br/> Use the specified build configuration file. `build.json` file is used to specify paramaters to customize the app build process esecially related to signing the package.
|
||||
| --browserify | Compile plugin JS at build time using browserify instead of runtime
|
||||
| `<platformOpts>` | To provide platform specific options, you must include them after `--` separator. Review platform guide docs for more details.
|
||||
|
||||
### Examples
|
||||
|
||||
- Run a release build of current cordova project on `android` platform emulator named `Nexus_5_API_23_x86`. Use the spcified build configuration when running:
|
||||
|
||||
cordova run android --release --buildConfig=..\myBuildConfig.json --target=Nexus_5_API_23_x86
|
||||
|
||||
- Run a debug build of current cordova project on `android` platform using a device or emulator (if no device is connected). Skip doing the build:
|
||||
|
||||
cordova run android --nobuild
|
||||
|
||||
- Run a debug build of current cordova project on an `ios` device:
|
||||
|
||||
cordova run ios --device
|
||||
|
||||
- Enumerate names of all the connected devices and available emulators that can be used to run this app:
|
||||
|
||||
cordova run ios --list
|
||||
|
||||
|
||||
## cordova emulate command
|
||||
|
||||
### Synopsis
|
||||
|
||||
Alias for `cordova run --emulator`. Launches the emulator instead of device.
|
||||
See [cordova run command docs](#cordova-run-command) for more details.
|
||||
|
||||
## cordova clean command
|
||||
|
||||
### Synopsis
|
||||
|
||||
Cleans the build artifacts for all the platforms, or the specified platform by running platform-specific build cleanup.
|
||||
|
||||
### Syntax
|
||||
|
||||
```
|
||||
cordova clean [<platform> [...]]
|
||||
```
|
||||
|
||||
### Example
|
||||
|
||||
- Clean `android` platform build artifacts:
|
||||
|
||||
cordova clean android
|
||||
|
||||
|
||||
## cordova requirements command
|
||||
|
||||
### Synopsis
|
||||
|
||||
Checks and print out all the requirements for platforms specified (or all platforms added
|
||||
to project if none specified). If all requirements for each platform are met, exits with code 0
|
||||
otherwise exits with non-zero code.
|
||||
|
||||
This can be useful when setting up a machine for building a particular platform.
|
||||
|
||||
### Syntax
|
||||
|
||||
```
|
||||
cordova requirements android
|
||||
```
|
||||
|
||||
## cordova info command
|
||||
|
||||
### Synopsis
|
||||
|
||||
Print out useful information helpful for submitting bug
|
||||
reports and getting help. Creates an info.txt file at the
|
||||
base of your project.
|
||||
|
||||
### Syntax
|
||||
|
||||
```
|
||||
cordova info
|
||||
```
|
||||
|
||||
## cordova serve command
|
||||
|
||||
### Synopsis
|
||||
|
||||
Run a local web server for www/ assets using specified `port` or default of 8000. Access projects at: `http://HOST_IP:PORT/PLATFORM/www`
|
||||
|
||||
### Syntax
|
||||
|
||||
```
|
||||
cordova serve [port]
|
||||
```
|
||||
|
||||
## cordova telemetry command
|
||||
|
||||
### Synopsis
|
||||
|
||||
Turns telemetry collection on or off.
|
||||
|
||||
### Syntax
|
||||
|
||||
```
|
||||
cordova telemetry [STATE]
|
||||
```
|
||||
|
||||
| Option | Description
|
||||
|-------------|------------------
|
||||
| on | Turn telemetry collection on.
|
||||
| off | Turn telemetry collection off.
|
||||
|
||||
### Details
|
||||
A timed prompt asking the user to opt-in or out is displayed the first time cordova is run.
|
||||
It lasts for 30 seconds, after which the user is automatically opted-out if he doesn't provide any answer.
|
||||
In CI environments, the `CI` environment variable can be set, which will prevent the prompt from showing up.
|
||||
Telemetry collection can also be turned off on a single command by using the `--no-telemetry` flag.
|
||||
|
||||
### Examples
|
||||
```
|
||||
cordova telemetry on
|
||||
cordova telemetry off
|
||||
cordova build --no-telemetry
|
||||
```
|
||||
|
||||
For details, see our privacy notice: https://cordova.apache.org/privacy
|
||||
|
||||
## cordova help command
|
||||
|
||||
### Synopsis
|
||||
|
||||
Show syntax summary, or the help for a specific command.
|
||||
|
||||
### Syntax
|
||||
|
||||
```
|
||||
cordova help [command]
|
||||
cordova [command] -h
|
||||
cordova -h [command]
|
||||
```
|
||||
|
||||
## cordova config command
|
||||
|
||||
### Synopsis
|
||||
|
||||
Set, get, delete, edit, and list global cordova options.
|
||||
|
||||
### Syntax
|
||||
|
||||
```
|
||||
cordova config ls
|
||||
cordova config edit
|
||||
cordova config set <key> <value>
|
||||
cordova config get <key>
|
||||
cordova config delete <key>
|
||||
```
|
||||
### Examples
|
||||
|
||||
```
|
||||
cordova config set autosave false
|
||||
cordova config set browserify false
|
||||
```
|
||||
|
||||
[Hooks guide]: http://cordova.apache.org/docs/en/latest/guide_appdev_hooks_index.md.html
|
||||
[config.xml ref]: http://cordova.apache.org/docs/en/latest/config_ref/index.html
|
||||
[Cordova dependencies]: http://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/index.html#specifying-project-requirements
|
||||
[scoped npm package]: https://docs.npmjs.com/misc/scope
|
10
express-server/node_modules/cordova/doc/requirements.txt
generated
vendored
Normal file
10
express-server/node_modules/cordova/doc/requirements.txt
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
Synopsis
|
||||
|
||||
cordova-cli requirements [PLATFORM ...]
|
||||
|
||||
Checks and print out all the requirements for platforms specified (or all platforms added
|
||||
to project if none specified). If all requirements for each platform are met, exits with code 0
|
||||
otherwise exits with non-zero code.
|
||||
|
||||
Example
|
||||
cordova-cli requirements android
|
46
express-server/node_modules/cordova/doc/run.txt
generated
vendored
Normal file
46
express-server/node_modules/cordova/doc/run.txt
generated
vendored
Normal file
@ -0,0 +1,46 @@
|
||||
Synopsis
|
||||
|
||||
cordova-cli run [MODE] [BUILDOPTS] [TARGET] [PLATS] [BUILDCONFIG] [-- POPTS]
|
||||
|
||||
MODE: --list|--debug|--release
|
||||
BUILDOPTS: --noprepare --nobuild
|
||||
TARGET: DEVICECLASS|--target=FOO
|
||||
PLATS: PLATFORM [...]
|
||||
BUILDCONFIG: --buildConfig=CONFIGFILE
|
||||
POPTS: platformopts
|
||||
DEVICECLASS: --device|--emulator
|
||||
|
||||
Deploys app on specified platform devices / emulators
|
||||
|
||||
--list ............................. Lists available targets
|
||||
Will display both device and emulator
|
||||
unless DEVICECLASS option is provided
|
||||
|
||||
--debug ............................ Deploy a debug build
|
||||
--release .......................... Deploy a release build
|
||||
|
||||
--noprepare ........................ Don't prepare
|
||||
--nobuild .......................... Don't build
|
||||
|
||||
--device ........................... Deploy to a device
|
||||
--emulator ......................... Deploy to an emulator
|
||||
--target ........................... Deploy to a specific target
|
||||
|
||||
--buildConfig....................... Use the specified build configuration
|
||||
instead of default build.json
|
||||
|
||||
--browserify ....................... Compile plugin JS at build time using
|
||||
browserify instead of runtime.
|
||||
|
||||
To provide platform specific options, you must include them after `--`.
|
||||
|
||||
Technical details
|
||||
calls cordova prepare (unless --noprepare)
|
||||
calls PLATFORM run
|
||||
PLATFORM run calls PLATFORM build (unless --nobuild)
|
||||
|
||||
Examples
|
||||
cordova-cli run android --release --buildConfig=..\myBuildConfig.json --target=myEmulator
|
||||
cordova-cli run android --nobuild
|
||||
cordova-cli run ios --device
|
||||
cordova-cli run ios --list
|
7
express-server/node_modules/cordova/doc/serve.txt
generated
vendored
Normal file
7
express-server/node_modules/cordova/doc/serve.txt
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
Synopsis
|
||||
|
||||
cordova-cli serve [PORT]
|
||||
|
||||
Run a local web server for www/ assets. Port defaults to 8000.
|
||||
|
||||
Access projects at: http://HOST_IP:PORT/PLATFORM/www
|
23
express-server/node_modules/cordova/doc/telemetry.txt
generated
vendored
Normal file
23
express-server/node_modules/cordova/doc/telemetry.txt
generated
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
Synopsis
|
||||
|
||||
cordova-cli telemetry [STATE]
|
||||
|
||||
STATE: on|off
|
||||
|
||||
Turns telemetry collection on or off
|
||||
|
||||
on ....................... Turns telemetry collection on
|
||||
off ...................... Turns telemetry collection off
|
||||
|
||||
Details
|
||||
A timed prompt asking the user to opt-in or out is displayed the first time cordova is run.
|
||||
It lasts for 30 seconds, after which the user is automatically opted-out if he doesn't provide any answer.
|
||||
In CI environments, the `CI` environment variable can be set, which will prevent the prompt from showing up.
|
||||
Telemetry collection can also be turned off on a single command by using the `--no-telemetry` flag.
|
||||
|
||||
Examples
|
||||
cordova-cli telemetry on
|
||||
cordova-cli telemetry off
|
||||
cordova-cli build --no-telemetry
|
||||
|
||||
For details, see our privacy notice: https://cordova.apache.org/privacy
|
15
express-server/node_modules/cordova/node_modules/.bin/JSONStream
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/JSONStream
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../JSONStream/bin.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../JSONStream/bin.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/JSONStream.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/JSONStream.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\JSONStream\bin.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\JSONStream\bin.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/acorn
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/acorn
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../acorn/bin/acorn" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../acorn/bin/acorn" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/acorn.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/acorn.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\acorn\bin\acorn" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\acorn\bin\acorn" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/browser-pack
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/browser-pack
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../browser-pack/bin/cmd.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../browser-pack/bin/cmd.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/browser-pack.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/browser-pack.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\browser-pack\bin\cmd.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\browser-pack\bin\cmd.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/browserify
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/browserify
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../browserify/bin/cmd.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../browserify/bin/cmd.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/browserify.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/browserify.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\browserify\bin\cmd.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\browserify\bin\cmd.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/deps-sort
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/deps-sort
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../deps-sort/bin/cmd.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../deps-sort/bin/cmd.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/deps-sort.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/deps-sort.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\deps-sort\bin\cmd.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\deps-sort\bin\cmd.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/escodegen
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/escodegen
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../escodegen/bin/escodegen.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../escodegen/bin/escodegen.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/escodegen.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/escodegen.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\escodegen\bin\escodegen.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\escodegen\bin\escodegen.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/esgenerate
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/esgenerate
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../escodegen/bin/esgenerate.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../escodegen/bin/esgenerate.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/esgenerate.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/esgenerate.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\escodegen\bin\esgenerate.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\escodegen\bin\esgenerate.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/esparse
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/esparse
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../esprima/bin/esparse.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../esprima/bin/esparse.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/esparse.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/esparse.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\esprima\bin\esparse.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\esprima\bin\esparse.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/esvalidate
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/esvalidate
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../esprima/bin/esvalidate.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../esprima/bin/esvalidate.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/esvalidate.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/esvalidate.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\esprima\bin\esvalidate.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\esprima\bin\esvalidate.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/insert-module-globals
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/insert-module-globals
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../insert-module-globals/bin/cmd.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../insert-module-globals/bin/cmd.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/insert-module-globals.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/insert-module-globals.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\insert-module-globals\bin\cmd.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\insert-module-globals\bin\cmd.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/is-ci
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/is-ci
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../is-ci/bin.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../is-ci/bin.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/is-ci.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/is-ci.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\is-ci\bin.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\is-ci\bin.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/jasmine
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/jasmine
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../jasmine/bin/jasmine.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../jasmine/bin/jasmine.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/jasmine.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/jasmine.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\jasmine\bin\jasmine.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\jasmine\bin\jasmine.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/js-yaml
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/js-yaml
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../js-yaml/bin/js-yaml.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../js-yaml/bin/js-yaml.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/js-yaml.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/js-yaml.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\js-yaml\bin\js-yaml.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\js-yaml\bin\js-yaml.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/miller-rabin
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/miller-rabin
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../miller-rabin/bin/miller-rabin" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../miller-rabin/bin/miller-rabin" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/miller-rabin.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/miller-rabin.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\miller-rabin\bin\miller-rabin" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\miller-rabin\bin\miller-rabin" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/mime
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/mime
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../mime/cli.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../mime/cli.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/mime.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/mime.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\mime\cli.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\mime\cli.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/mkdirp
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/mkdirp
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../mkdirp/bin/cmd.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../mkdirp/bin/cmd.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/mkdirp.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/mkdirp.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\mkdirp\bin\cmd.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\mkdirp\bin\cmd.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/module-deps
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/module-deps
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../module-deps/bin/cmd.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../module-deps/bin/cmd.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/module-deps.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/module-deps.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\module-deps\bin\cmd.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\module-deps\bin\cmd.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/nopt
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/nopt
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../nopt/bin/nopt.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../nopt/bin/nopt.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/nopt.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/nopt.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\nopt\bin\nopt.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\nopt\bin\nopt.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/opener
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/opener
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../opener/bin/opener-bin.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../opener/bin/opener-bin.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/opener.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/opener.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\opener\bin\opener-bin.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\opener\bin\opener-bin.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/os-name
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/os-name
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../os-name/cli.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../os-name/cli.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/os-name.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/os-name.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\os-name\cli.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\os-name\cli.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/osx-release
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/osx-release
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../osx-release/cli.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../osx-release/cli.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/osx-release.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/osx-release.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\osx-release\cli.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\osx-release\cli.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/pegjs
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/pegjs
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../pegjs/bin/pegjs" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../pegjs/bin/pegjs" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/pegjs.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/pegjs.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\pegjs\bin\pegjs" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\pegjs\bin\pegjs" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/rc
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/rc
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../rc/cli.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../rc/cli.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/rc.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/rc.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\rc\cli.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\rc\cli.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/rimraf
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/rimraf
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../rimraf/bin.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../rimraf/bin.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/rimraf.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/rimraf.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\rimraf\bin.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\rimraf\bin.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/semver
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/semver
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../semver/bin/semver" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../semver/bin/semver" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/semver.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/semver.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\semver\bin\semver" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\semver\bin\semver" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/sha.js
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/sha.js
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../sha.js/bin.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../sha.js/bin.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/sha.js.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/sha.js.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\sha.js\bin.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\sha.js\bin.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/shjs
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/shjs
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../shelljs/bin/shjs" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../shelljs/bin/shjs" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/shjs.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/shjs.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\shelljs\bin\shjs" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\shelljs\bin\shjs" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/sshpk-conv
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/sshpk-conv
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../sshpk/bin/sshpk-conv" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../sshpk/bin/sshpk-conv" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/sshpk-conv.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/sshpk-conv.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\sshpk\bin\sshpk-conv" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\sshpk\bin\sshpk-conv" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/sshpk-sign
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/sshpk-sign
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../sshpk/bin/sshpk-sign" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../sshpk/bin/sshpk-sign" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/sshpk-sign.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/sshpk-sign.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\sshpk\bin\sshpk-sign" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\sshpk\bin\sshpk-sign" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/sshpk-verify
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/sshpk-verify
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../sshpk/bin/sshpk-verify" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../sshpk/bin/sshpk-verify" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/sshpk-verify.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/sshpk-verify.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\sshpk\bin\sshpk-verify" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\sshpk\bin\sshpk-verify" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/uglifyjs
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/uglifyjs
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../uglify-js/bin/uglifyjs" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../uglify-js/bin/uglifyjs" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/uglifyjs.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/uglifyjs.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\uglify-js\bin\uglifyjs" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\uglify-js\bin\uglifyjs" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/umd
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/umd
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../umd/bin/cli.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../umd/bin/cli.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/umd.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/umd.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\umd\bin\cli.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\umd\bin\cli.js" %*
|
||||
)
|
15
express-server/node_modules/cordova/node_modules/.bin/undeclared-identifiers
generated
vendored
Normal file
15
express-server/node_modules/cordova/node_modules/.bin/undeclared-identifiers
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
"$basedir/node" "$basedir/../undeclared-identifiers/bin.js" "$@"
|
||||
ret=$?
|
||||
else
|
||||
node "$basedir/../undeclared-identifiers/bin.js" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
7
express-server/node_modules/cordova/node_modules/.bin/undeclared-identifiers.cmd
generated
vendored
Normal file
7
express-server/node_modules/cordova/node_modules/.bin/undeclared-identifiers.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\undeclared-identifiers\bin.js" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\undeclared-identifiers\bin.js" %*
|
||||
)
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user