danger-plugin-artifact-size
v2.0.0
Published
Prints artifact sizes as a markdown table
Downloads
16
Maintainers
Readme
danger-plugin-artifact-size
Generates a markdown table summary of the size of your build artifacts
Usage
Install:
npm install --save-dev danger-plugin-artifact-size
At a glance:
// dangerfile.js
import artifactSize from 'danger-plugin-artifact-size'
artifactSize();
This plugin:
- Generates a markdown table of
Changelog
See the GitHub release history.
Contributing
See CONTRIBUTING.md.