1.0.0 • Published 5 years ago

@absolunet/terminal-pad v1.0.0

Weekly downloads
384
License
MIT
Repository
github
Last release
5 years ago

@absolunet/terminal-pad

npm npm dependencies npms Travis CI Code style ESLint

Terminal-friendly string pad

Install

$ npm install @absolunet/terminal-pad

Usage

const chalk = require('chalk');
const pad   = require('@absolunet/terminal-pad');

pad(chalk.bgRed('📛 Error'), 20);
//=> '📛 Error             '

API

pad(text, length)

Returns a String with padded text

text

Required Type: String

The text to pad.

length

Required Type: Number

The total length of outputted string.

License

MIT © Absolunet