baro
Version:
a command-line progress-bar
53 lines (42 loc) • 1.53 kB
Markdown
# baro
[![npm version][badge-npm-version]][url-npm]
[![npm download monthly][badge-npm-download-monthly]][url-npm]
[![npm download total][badge-npm-download-total]][url-npm]
[![npm dependents][badge-npm-dependents]][url-github]
[![npm license][badge-npm-license]][url-npm]
[![pp install size][badge-pp-install-size]][url-pp]
[![github commit last][badge-github-last-commit]][url-github]
[![github commit total][badge-github-commit-count]][url-github]
[//]: <> (Shields)
[badge-npm-version]: https://flat.badgen.net/npm/v/baro
[badge-npm-download-monthly]: https://flat.badgen.net/npm/dm/baro
[badge-npm-download-total]:https://flat.badgen.net/npm/dt/baro
[badge-npm-dependents]: https://flat.badgen.net/npm/dependents/baro
[badge-npm-license]: https://flat.badgen.net/npm/license/baro
[badge-pp-install-size]: https://flat.badgen.net/packagephobia/install/baro
[badge-github-last-commit]: https://flat.badgen.net/github/last-commit/hoyeungw/baro
[badge-github-commit-count]: https://flat.badgen.net/github/commits/hoyeungw/baro
[//]: <> (Link)
[url-npm]: https://npmjs.org/package/baro
[url-pp]: https://packagephobia.now.sh/result?p=baro
[url-github]: https://github.com/hoyeungw/baro
##### A rollup plugin to show bundle size

#### Features
#### Install
```console
# via npm
npm install -d baro
# or via yarn
yarn global add baro
```
#### Usage
```console
# got project directory,
# then
dotver
```
#### Requirement
nodejs version 8 and above
#### Meta
[LICENSE (MIT)](LICENSE)