Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
astralarya authored Sep 28, 2018
1 parent eefa0cf commit 2414ac0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Webpack plugin to create archives of emitted files.

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][npm-url]

## Installation

npm install --save-dev webpack-archive-plugin
Expand Down Expand Up @@ -38,3 +41,8 @@ The options object supports the following properties:
- ext: `string` -> A different extension to use instead of `tar.gz` or `zip` (without leading `.`)

If `options` is a string, this is eqiuvalent to passing `{output: options}`.


[npm-image]: https://img.shields.io/npm/v/webpack-archive-plugin.svg
[npm-url]: https://npmjs.org/package/webpack-archive-plugin
[downloads-image]: https://img.shields.io/npm/dm/webpack-archive-plugin.svg

0 comments on commit 2414ac0

Please sign in to comment.