wide-text-bin
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

wide-text-bin

CLI program to create w i d e t e x t from normal text

Installation

npm install --global wide-text-bin

Usage

wide-text <text> [options]

Options:
  --version      Show version number                                   [boolean]
  --charSep, -c  Number of spaces between characters in a word
                                                           [number] [default: 1]
  --wordSep, -w  Number of spaces between words            [number] [default: 2]
  --help         Show help                                             [boolean]

Examples

# expect: 'a b c  d e f  g h i' 
wide-text 'abc def ghi'
 
# expect: 'abc   def   ghi' 
wide-text -c 0 -w 3 'abc def ghi'

License

MIT © Hoàng Văn Khải

Readme

Keywords

Package Sidebar

Install

npm i wide-text-bin

Weekly Downloads

12

Version

0.1.8

License

MIT

Unpacked Size

3.46 kB

Total Files

9

Last publish

Collaborators

  • khai96_