File tree 3 files changed +13
-11
lines changed
3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1
- # gulp-taco-remote
1
+ # gulp-remotebuild
2
+
3
+ [ ![ npm version] ( https://badge.fury.io/js/gulp-remotebuild.svg )] ( https://badge.fury.io/js/gulp-remotebuild ) [ ![ Node.js dependencies] ( https://david-dm.org/compulim/gulp-remotebuild.svg )] ( https://david-dm.org/compulim/gulp-remotebuild ) [ ![ npm downloads] ( https://img.shields.io/npm/dm/gulp-remotebuild.svg )] ( https://img.shields.io/npm/dm/gulp-remotebuild.svg )
2
4
3
5
Gulp plug-in to build Cordova iOS app remotely using [ Visual Studio Tools for Apache Cordova] ( https://taco.visualstudio.com/ ) .
4
6
5
7
You can also use this plug-in and TACO to aid continuous integration.
6
8
7
- This Gulp plug-in is largely based on this [ REST API doc] ( https://github.com/Microsoft/remotebuild/blob/master/src/taco-remote /RESTAPI.md ) .
9
+ This Gulp plug-in is largely based on this [ REST API doc] ( https://github.com/Microsoft/remotebuild/blob/master/src/remotebuild /RESTAPI.md ) .
8
10
9
11
## How to use
10
12
11
13
Install [ ` remotebuild ` ] ( https://taco.visualstudio.com/en-us/docs/ios-guide/ ) on your Mac or [ MacInCloud] ( https://macincloud.com/ ) .
12
14
13
15
``` js
14
- const taco = require (' ./gulp-taco-remote ' );
16
+ const taco = require (' ./gulp-remotebuild ' );
15
17
16
18
return gulp .src (' ./**/*' )
17
19
.pipe (taco .build ({
@@ -85,6 +87,6 @@ Default options are as below:
85
87
86
88
## Contributions
87
89
88
- Like us? [ Star us] ( https://github.com/compulim/gulp-taco-remote /stargazers ) .
90
+ Like us? [ Star us] ( https://github.com/compulim/gulp-remotebuild /stargazers ) .
89
91
90
- Found a bug? File us an [ issue] ( https://github.com/compulim/gulp-taco-remote /issues ) .
92
+ Found a bug? File us an [ issue] ( https://github.com/compulim/gulp-remotebuild /issues ) .
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const through2 = require('through2');
15
15
const DEFAULT_TACO_REMOTE_CLIENT_OPTIONS = {
16
16
buildTimeout : 300000 ,
17
17
configuration : 'debug' ,
18
- cordovaVersion : '5 .1.1' ,
18
+ cordovaVersion : '6 .1.1' ,
19
19
host : 'localhost:3000' ,
20
20
logLevel : 'warn' ,
21
21
mount : 'cordova' ,
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " gulp-taco-remote " ,
3
- "version" : " 1.0.0 " ,
2
+ "name" : " gulp-remotebuild " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Gulp plug-in to build Cordova iOS app remotely using Visual Studio Tools for Apache Cordova" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " https://github.com/compulim/gulp-taco-remote .git"
11
+ "url" : " https://github.com/compulim/gulp-remotebuild .git"
12
12
},
13
13
"keywords" : [
14
14
" cordova" ,
19
19
"author" :
" William Wong <[email protected] > (https://github.com/compulim)" ,
20
20
"license" : " MIT" ,
21
21
"bugs" : {
22
- "url" : " https://github.com/compulim/gulp-taco-remote /issues"
22
+ "url" : " https://github.com/compulim/gulp-remotebuild /issues"
23
23
},
24
- "homepage" : " https://github.com/compulim/gulp-taco-remote #readme" ,
24
+ "homepage" : " https://github.com/compulim/gulp-remotebuild #readme" ,
25
25
"dependencies" : {
26
26
"archiver" : " ^1.3.0" ,
27
27
"colors" : " ^1.1.2" ,
You can’t perform that action at this time.
0 commit comments