1.4.2 • Published 8 years ago

gulp-google-drive v1.4.2

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

Gulp-Google-Drive

Gulp module to load all files from a Google Drive folder and emit them in a Vinyl stream.

Usage

config = {
    clientId: '...'
    clientSecret: '...'
    refreshToken: '...'
}
drive = require('gulp-google-drive', config)
gulp.task('fetch-assets', (done)->
    drive.src('dir-id')
    .pipe(cached('assets'))
    .pipe(drive.fetch)
    .pipe(remember('assets'))
    .pipe(gulp.dest('public/'))
1.4.2

8 years ago

1.4.1

9 years ago

1.4.0

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago