express-labs / rollup-plugin-summary

A rollup plugin that summarizes the output of the build

Home Page:https://yousifalraheem.github.io/rollup-plugin-summary/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://img.shields.io/npm/v/rollup-plugin-summary Commitizen friendly semantic-release https://img.shields.io/github/languages/top/yousifalraheem/rollup-plugin-summary npm bundle size codecov Release

rollup-plugin-summary

A rollup plugin that summarizes the output of the build.

Sample output

Installation


npm

npm i -D rollup-plugin-summary

yarn

yarn add -D rollup-plugin-summary

Usage

File: rollup.config.js

import summary from "rollup-plugin-summary";

export default {
  plugins: [summary()],
};

Documentation

Read the full documentation to learn about options and more.


License

MIT

About

A rollup plugin that summarizes the output of the build

https://yousifalraheem.github.io/rollup-plugin-summary/

License:MIT License


Languages

Language:TypeScript 73.0%Language:JavaScript 25.8%Language:Shell 1.2%