Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sinchang committed Mar 2, 2018
1 parent 5c22d7d commit 044b870
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,26 @@

# cmdstats

[![NPM version](https://img.shields.io/npm/v/cmdstats.svg?style=flat)](https://npmjs.com/package/cmdstats) [![NPM downloads](https://img.shields.io/npm/dm/cmdstats.svg?style=flat)](https://npmjs.com/package/cmdstats) [![CircleCI](https://circleci.com/gh/sinchang/cmdstats/tree/master.svg?style=shield)](https://circleci.com/gh/sinchang/cmdstats/tree/master) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/sinchang/donate)
[![NPM version](https://img.shields.io/npm/v/cmdstats.svg?style=flat)](https://npmjs.com/package/cmdstats) [![NPM downloads](https://img.shields.io/npm/dm/cmdstats.svg?style=flat)](https://npmjs.com/package/cmdstats) [![CircleCI](https://circleci.com/gh/sinchang/cmdstats/tree/master.svg?style=shield)](https://circleci.com/gh/sinchang/cmdstats/tree/master)

## Install

```bash
yarn add cmdstats
yarn global add cmdstats
```

## Usage

```js
const cmdstats = require('cmdstats')

cmdstats()
//=> foo
cmdstats --limit 10
```

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## Author

Expand Down

0 comments on commit 044b870

Please sign in to comment.