Skip to content

Commit 2d5304c

Browse files
committed
Update readme
1 parent 09426f0 commit 2d5304c

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# rollup-plugin-analyzer [![NPM version](https://badge.fury.io/js/rollup-plugin-analyzer.svg)](https://npmjs.org/package/rollup-plugin-analyzer) [![Code Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard) [![Build Status](https://travis-ci.com/doesdev/rollup-plugin-analyzer.svg)](https://travis-ci.com/doesdev/rollup-plugin-analyzer) ![Supported Node Versions](https://img.shields.io/node/v/rollup-plugin-analyzer)
1+
# rollup-plugin-analyzer
2+
3+
[![npm](https://img.shields.io/npm/v/rollup-plugin-analyzer?style=for-the-badge)](https://npmjs.org/package/rollup-plugin-analyzer) [![Travis (.com)](https://img.shields.io/travis/com/doesdev/rollup-plugin-analyzer?style=for-the-badge)](https://travis-ci.com/doesdev/rollup-plugin-analyzer) [![Dependents (via libraries.io)](https://img.shields.io/librariesio/dependents/npm/rollup-plugin-analyzer?style=for-the-badge)](https://github.com/doesdev/rollup-plugin-analyzer/network/dependents) [![npm](https://img.shields.io/npm/dm/rollup-plugin-analyzer?style=for-the-badge)](https://npmcharts.com/compare/rollup-plugin-analyzer?minimal=true&interval=7)
24

35
> Mad metrics for your rollup bundles, know all the things
46
@@ -8,17 +10,6 @@ See what's bloating your bundle, how treeshaking has treated you, and other
810
great stuff. Perfect for console printing an analysis of your bundle or
911
integrating in your CI workflows.
1012

11-
### Comes in two scrumptious flavors:
12-
13-
#### [rollup-plugin-analyzer](https://github.com/doesdev/rollup-plugin-analyzer)
14-
Adding as a plugin to your rollup config or build script will allow you to
15-
print a well formatted analysis to the console upon bundling or get a full
16-
analysis object for CI purposes.
17-
18-
#### [rollup-config-analyzer](https://github.com/doesdev/rollup-config-analyzer)
19-
If using Rollup's CLI to bundle with no additional config, pass
20-
`-c node:rollup-config-analyzer` to print a well formatted analysis to your console.
21-
2213
## Install
2314

2415
```sh

0 commit comments

Comments
 (0)