center-text-cli
v1.0.2
Published
Center text in your command line!
Downloads
3
Readme
center-text-cli
An npm package that will center text for you!
Installation
- Install the package.
$ npm i -g center-text-cli
- Try it out!
$ ctxt text goes here
Usage
Examples
Multi-line text, with options. (padding: 4 and length: 28)
$ ctxt -l 28 -p 4 Hello and welcome to center-text-cli, I hope you find it useful! Feel free to contribute or report issues on Github!
Single line with default options. (padding: 0 and length: terminal width)
$ ctxt github.com/acidicNic/center-text-cli