1.4.2 • Published 10 years ago

gulp-google-drive v1.4.2

Weekly downloads
9
License
MIT
Repository
github
Last release
10 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

10 years ago

1.4.1

10 years ago

1.4.0

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago