metalsmith-azure-storage

0.2.0 • Public • Published

metalsmith-azure-storage

This is a metalsmith plugin for pushing build artefacts to azure storage.

Usage

const azure = require('metalsmith-azure-storage');

metalsmith.use(azure({
  account: ACCOUNT_NAME,
  key: ACCOUNT_KEY,
  container: CONTAINER_NAME,

  /* optional, default: 1 for no concurrency */
  concurrency: 4
}));

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i metalsmith-azure-storage

Weekly Downloads

3

Version

0.2.0

License

MIT

Last publish

Collaborators

  • kimmoahokas
  • futurice-admin