Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vikkio88/stidda
- Owner: vikkio88
- Created: 2017-11-18T10:12:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T13:09:21.000Z (about 7 years ago)
- Last Synced: 2024-10-15T23:24:34.810Z (3 months 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
[![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
★★★★☆
```