1.0.2 • Published 2 years ago

gulp-cho-txoss v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

gulp-cho-txoss

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

Usage

npm install --save-dev gulp-cho-txoss

Then, add it to your gulpfile.js:

Simple

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

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

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago