Skip to content

Instantly share code, notes, and snippets.

@phynet
Created February 17, 2016 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phynet/124a502841e848e8e385 to your computer and use it in GitHub Desktop.
Save phynet/124a502841e848e8e385 to your computer and use it in GitHub Desktop.
'use strict';
var gulp = require('gulp');
var cordova = require('gulp-cordova');
gulp.task('cordova:init', function() {
gulp.src('./package.json')
.pipe(cordova())
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment