Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkeeth/cmd-ranking
https://github.com/kkeeth/cmd-ranking
cli-app npm-module
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkeeth/cmd-ranking
- Owner: kkeeth
- License: mit
- Created: 2016-11-14T01:21:19.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T14:27:24.000Z (3 months ago)
- Last Synced: 2024-10-14T09:39:33.432Z (2 months ago)
- Topics: cli-app, npm-module
- Language: JavaScript
- Size: 463 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![npm version](https://badge.fury.io/js/cmd-ranking.svg)](https://badge.fury.io/js/cmd-ranking)
[![Build Status](https://travis-ci.org/k-kuwahara/cmd-ranking.svg?branch=master)](https://travis-ci.org/k-kuwahara/cmd-ranking)
![node](https://img.shields.io/badge/node-%3E%3D%2014.17.0-brightgreen.svg?style=social)
[![Code Climate](https://codeclimate.com/github/kkeeth/cmd-ranking/badges/gpa.svg)](https://codeclimate.com/github/kkeeth/cmd-ranking)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)# cmd-ranking
`cmd-ranking (cmdrank)` is a command made by nodejs.
It counts and displays the commands executed in the current shell.## Install
```bash
$ npm install --global cmd-ranking
```## Usage
```bash
$ cmdrank -c 10
```### Options:
```
-c, --count Show rank count
-n, --no-options Command name only
-v, --version Show version
-h, --help Show help
```## License
[MIT](https://github.com/k-kuwahara/cmdrank/blob/master/LICENSE)## Other
Welcomes your comments and code review at any time !