Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vikkio88/stidda

a useless node cli script to print star rating
https://github.com/vikkio88/stidda

nodejs star-rating stuff useless

Last synced: about 1 month ago
JSON representation

a useless node cli script to print star rating

Awesome Lists containing this project

README

        

# stidda
[![NPM](https://nodei.co/npm/stidda.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/stidda/)

Have you ever needed so badly to use a star rating from your command line?
No?
Me neither.

But in case you will need it at some point **stidda** is the utility for you:
## How to install
```
yarn global add stidda
```
or, if you are an idiot
```
npm install -g stidda
```

## How to use it
```
-> % stidda 1
★☆☆☆☆
```

```
-> % stidda 4
★★★★☆
```