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 year ago
JSON representation
a useless node cli script to print star rating
- Host: GitHub
- URL: https://github.com/vikkio88/stidda
- Owner: vikkio88
- Created: 2017-11-18T10:12:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T13:09:21.000Z (over 8 years ago)
- Last Synced: 2025-03-04T08:40:48.826Z (about 1 year ago)
- Topics: nodejs, star-rating, stuff, useless
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stidda
[](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
★★★★☆
```