Skip to content

Commit

Permalink
readme: decorate
Browse files Browse the repository at this point in the history
  • Loading branch information
Delta456 committed Aug 30, 2020
1 parent b9eb0cb commit 5cea46d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

Generate Badges for your CLI.

[![deno land](http://img.shields.io/badge/available%20on-deno.land/x-lightgrey.svg?logo=deno&labelColor=black)](https://deno.land/x/cli_badges) [![deno version](https://img.shields.io/badge/deno-^1.3.2-lightgrey?logo=deno)](https://github.com/denoland/deno) [![GitHub release](https://img.shields.io/github/release/Delta456/cli_badges.svg)](https://github.com/Delta456/cli_badges/releases)


## Features
- Make Beautiful Badges in CLI
- Works across all terminals
- Link support (soon)
- Variety of colors to choose from
- Written in TS with Deno
- Make Beautiful Badges in CLI 🤩
- Works across all terminals 🦄
- Link support 🔜
- Variety of colors to choose from 🎨
- Written in TS with Deno 🦕
- many more coming...

## Usage
Expand Down Expand Up @@ -45,7 +48,7 @@ interface BadgeOptions {
msgStyle?: string; // default is null
labelStyle?: string; // default is null
msgWidth?: number; // default is msg length + 2
labelWidth?: number; //default is label length + 2
labelWidth?: number; // default is label length + 2
}
```

Expand Down

0 comments on commit 5cea46d

Please sign in to comment.