2.0.0 • Published 12 months ago

danger-plugin-artifact-size v2.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
12 months ago

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.

2.0.0

12 months ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago