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

https://github.com/fabiospampinato/tiny-divider

A tiny simple terminal divider that spans the entire width of the terminal.
https://github.com/fabiospampinato/tiny-divider

cli divider simple terminal tiny

Last synced: 3 months ago
JSON representation

A tiny simple terminal divider that spans the entire width of the terminal.

Awesome Lists containing this project

README

          

# Tiny Divider

A tiny simple terminal divider that spans the entire width of the terminal.

## Install

```sh
npm install tiny-divider
```

## Usage

```ts
import divider from 'tiny-divider';

// Let's print a divider that spans the entire width of the terminal

divider (); // Prints a dimmed "-----------------------"
```

## License

MIT © Fabio Spampinato