GitHub user dubeejw reopened a pull request:
https://github.com/apache/cordova-lib/pull/339
Cb 9964
When providing a --template argument during project creation, users can use
templates apps from a local directory, GitHub, or NPM. This makes sharing
templates, and example apps much easier.
When using a GitHub URL, the user may specific a branch to pull from by
appending a "#" followed by a tag name to the Git URL.
A version can also be supplied by the user when fetching a template from
NPM. This may be done by appending a "@" followed by the NPM version to the NPM
package name.
î
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dubeejw/cordova-lib CB-9964
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-lib/pull/339.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #339
----
commit 6e3b89740aea7717871ad229d3f0e98c41fc3665
Author: dubeejw <[email protected]>
Date: 2015-11-05T21:05:06Z
CB-9964 Added --template to Cordova Create
- Templates can now be used from GitHub, and NPM
commit 3694d0f6ffbd1234bf61f0d9e8750297f0387fb0
Author: dubeejw <[email protected]>
Date: 2015-11-05T21:06:15Z
CB-9964 Added --template to Cordova Create
- Templates can now be used from GitHub, and NPM
commit b46ccc8e5398d65f867abf8f29610d093b78aace
Author: dubeejw <[email protected]>
Date: 2015-11-05T21:07:30Z
CB-9964 Added --template to Cordova Create
- Automation for new --template arguments
commit 09a8513e7cc432cf327ae9d0c62d2d0be56fb6c0
Author: dubeejw <[email protected]>
Date: 2015-11-05T21:58:24Z
CB-9964 Fix test for --template argument
- Ensure temp projects are deleted after use
commit 60fc21679cdf9f9f09e0e45d9547594dd6ed8000
Author: dubeejw <[email protected]>
Date: 2015-11-12T04:29:57Z
CB-9964 Fix tests
- Fix failing tests
commit 9f7c4dd993268cf8124e727f5e48c03429ab5bbf
Author: dubeejw <[email protected]>
Date: 2015-11-16T03:21:16Z
CB-9964 Copy platforms, and plugins directories
- --template will now copy platforms, and plugins directories from
templates
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]