{"library":"gulp-azure-storage","type":"library","category":null,"description":"Gulp plugin for uploading and downloading files to/from Azure Blob Storage. Supports piping gulp source streams for upload and as a gulp source for download. Requires Azure storage account credentials. Includes a CLI script for direct file uploads. Last updated in 2017; based on azure-storage-legacy package (deprecated by Microsoft). Alternative: @azure/storage-blob with custom gulp wrapper.","language":"javascript","status":"deprecated","version":"0.12.1","tags":["javascript","gulpplugin","azure","blob","storage"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install gulp-azure-storage","imports":["const azure = require('gulp-azure-storage');\ngulp.src('*').pipe(azure.upload({...}))","const azure = require('gulp-azure-storage');\nazure.download({...}).pipe(gulp.dest('out'))","upload-to-azure --account YOUR_ACCOUNT --key YOUR_KEY --container YOUR_CONTAINER file.txt"]},{"cmd":"yarn add gulp-azure-storage","imports":[]},{"cmd":"pnpm add gulp-azure-storage","imports":[]}],"homepage":"https://github.com/joaomoreno/gulp-azure-storage#readme","github":"https://github.com/joaomoreno/gulp-azure-storage","docs":null,"changelog":null,"pypi":null,"npm":"gulp-azure-storage","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}