https://github.com/yousifalraheem/rollup-plugin-summary
A rollup plugin that summarizes the output of the build
https://github.com/yousifalraheem/rollup-plugin-summary
file-size node plugin rollup rollup-plugin
Last synced: about 1 year ago
JSON representation
A rollup plugin that summarizes the output of the build
- Host: GitHub
- URL: https://github.com/yousifalraheem/rollup-plugin-summary
- Owner: yousifalraheem
- License: mit
- Created: 2020-08-27T00:47:07.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T06:36:35.000Z (about 1 year ago)
- Last Synced: 2025-04-15T00:18:14.104Z (about 1 year ago)
- Topics: file-size, node, plugin, rollup, rollup-plugin
- Language: TypeScript
- Homepage: https://yousifalraheem.github.io/rollup-plugin-summary/
- Size: 2.16 MB
- Stars: 16
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/rollup-plugin-summary)
[](http://commitizen.github.io/cz-cli/)
[](https://github.com/semantic-release/semantic-release)


[](https://codecov.io/gh/yousifalraheem/rollup-plugin-summary)
[](https://github.com/yousifalraheem/rollup-plugin-summary/actions/workflows/release.yml)
# rollup-plugin-summary
A rollup plugin that summarizes the output of the build.

## Installation
### npm
```terminal
npm i -D rollup-plugin-summary
```
### yarn
```terminal
yarn add -D rollup-plugin-summary
```
### pnpm
```terminal
pnpm add -D rollup-plugin-summary
```
## Usage
File: _`rollup.config.js`_
```javascript
import summary from "rollup-plugin-summary";
export default {
plugins: [summary()],
};
```
## Documentation
Read the full [documentation](https://yousifalraheem.github.io/rollup-plugin-summary/) to learn about options and more.
## License
MIT