1.0.5 • Published 3 years ago

gulp-cho-alioss v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

gulp-cho-alioss

https://www.npmjs.com/package/ali-oss

Usage

npm install --save-dev gulp-cho-alioss

Then, add it to your gulpfile.js:

Simple

var alias = require('gulp-cho-alioss');

gulp.task('test', () => {
  return gulp.src('dist/**/*', { base: 'dist' })
    .pipe(alias({
      region: 'oss-cn-beijing',
      accessKeyId: 'accessKeyId',
      accessKeySecret: 'accessKeySecret',
      bucket: 'chobits',
      prefix: 'gulp-cho-alioss',
      ignoreExist: false,
      putOptions: {}
    }));
});
1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago