# btss

> basic terminal string styling

Latest version **1.2.0** (published 2022-02-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install btss
pnpm add btss
yarn add btss
bun add btss
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2022-02-04 |
| First published | 2021-12-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | AyushmanTripathy |
| Maintainers | ayushmantripathy |
| Keywords | string, styling |

## Links

- npm: https://www.npmjs.com/package/btss
- Homepage: https://github.com/AyushmanTripathy/btss
- npm.io page: https://npm.io/package/btss

## Alternatives

- [@mce/gif](https://npm.io/package/@mce/gif.md) — 2.6K weekly downloads
- [cleanse](https://npm.io/package/cleanse.md) — 173 weekly downloads
- [str](https://npm.io/package/str.md) — 127 weekly downloads
- [naming](https://npm.io/package/naming.md) — 95 weekly downloads
- [tap-telco-api](https://npm.io/package/tap-telco-api.md) — 19 weekly downloads

## Recent versions

- 1.2.0 (latest) — 2022-02-04
- 1.1.0 — 2021-12-27
- 1.0.0 — 2021-12-01

## README

# BTSS

#### Basic Terminal String Styling in <5kb

install - `npm i btss`

#### Text decorations

example -

```js
import { grey } from "btss";
grey("this text will be grey");
```
1. reset
1. bold
1. grey
1. underline
1. blink
1. reverse
1. hidden

#### Colors

these colors can be used as font color or background color
example -

```js
import { red, bgred } from "btss";

// red font color
red("text");

// red background color
bgred("text");
```
1.  black
1.  red
1.  green
1.  yellow
1.  blue
1.  magenta
1.  cyan
1.  white
1.  crimson

---
_Source: https://npm.io/package/btss · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
