0.1.8 • Published 4 years ago

wide-text-bin v0.1.8

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

wide-text-bin

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

Installation

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

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago