UNPKG

1.53 kBMarkdownView Raw
1# baro
2
3[![npm version][badge-npm-version]][url-npm]
4[![npm download monthly][badge-npm-download-monthly]][url-npm]
5[![npm download total][badge-npm-download-total]][url-npm]
6[![npm dependents][badge-npm-dependents]][url-github]
7[![npm license][badge-npm-license]][url-npm]
8[![pp install size][badge-pp-install-size]][url-pp]
9[![github commit last][badge-github-last-commit]][url-github]
10[![github commit total][badge-github-commit-count]][url-github]
11
12[//]: <> (Shields)
13[badge-npm-version]: https://flat.badgen.net/npm/v/baro
14[badge-npm-download-monthly]: https://flat.badgen.net/npm/dm/baro
15[badge-npm-download-total]:https://flat.badgen.net/npm/dt/baro
16[badge-npm-dependents]: https://flat.badgen.net/npm/dependents/baro
17[badge-npm-license]: https://flat.badgen.net/npm/license/baro
18[badge-pp-install-size]: https://flat.badgen.net/packagephobia/install/baro
19[badge-github-last-commit]: https://flat.badgen.net/github/last-commit/hoyeungw/baro
20[badge-github-commit-count]: https://flat.badgen.net/github/commits/hoyeungw/baro
21
22[//]: <> (Link)
23[url-npm]: https://npmjs.org/package/baro
24[url-pp]: https://packagephobia.now.sh/result?p=baro
25[url-github]: https://github.com/hoyeungw/baro
26
27##### A rollup plugin to show bundle size
28
29![preview-global](./media/screenshot.png)
30
31#### Features
32
33#### Install
34```console
35# via npm
36npm install -d baro
37# or via yarn
38yarn global add baro
39```
40
41#### Usage
42```console
43# got project directory,
44# then
45dotver
46```
47
48#### Requirement
49nodejs version 8 and above
50
51#### Meta
52[LICENSE (MIT)](LICENSE)