An open API service indexing awesome lists of open source software.

https://github.com/sinchang/cmdstats

Check the terminal command usage frequency (only macOS)
https://github.com/sinchang/cmdstats

cac cli cmd sao

Last synced: 8 months ago
JSON representation

Check the terminal command usage frequency (only macOS)

Awesome Lists containing this project

README

          

# 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)

## Install

```bash
yarn global add cmdstats
```

## Usage

```js
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

## Author

**cmdstats** © [sinchang](https://github.com/sinchang), Released under the [MIT](./LICENSE) License.

Authored and maintained by sinchang with help from contributors ([list](https://github.com/sinchang/cmdstats/contributors)).

> [sinchang.me](https://sinchang.me) · GitHub [@sinchang](https://github.com/sinchang) · Twitter [@sinchangwen](https://twitter.com/sinchangwen)