/danger-plugin-artifact-size

danger plugin to report on the file size of generated artifacts

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

danger-plugin-artifact-size

CI npm version semantic-release code style: prettier

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.