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.
- Host: GitHub
- URL: https://github.com/fabiospampinato/tiny-divider
- Owner: fabiospampinato
- License: mit
- Created: 2022-04-05T00:44:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-12T00:12:00.000Z (9 months ago)
- Last Synced: 2025-04-06T04:41:20.043Z (6 months ago)
- Topics: cli, divider, simple, terminal, tiny
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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