right-align
Right-align the text in a string.
Install with npm
Usage
Example
If used on the following:
The result would be:
Related projects
align-text: Align the text in a string.
center-align: Center-align the text in a string.
justify: Left or right (or both) justify text using a custom width and character
repeat-string: Repeat the given string n times. Fastest implementation for repeating a string.
repeat-element: Create an array by repeating the given value n times.
word-wrap: Wrap words to a specified length.
Running tests
Install dev dependencies:
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Author
Jon Schlinkert
License
Copyright © 2015 Jon Schlinkert Released under the MIT license.
This file was generated by verb-cli on June 09, 2015.
Last updated
Was this helpful?