mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-21 18:13:50 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
11
node_modules/right-pad/README.md
generated
vendored
Normal file
11
node_modules/right-pad/README.md
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Right Pad
|
||||
Right Pad adds a "padding" to the right side of the string with the character of your choice or just blank space.
|
||||
|
||||
## Install
|
||||
`$ npm install right-pad`
|
||||
|
||||
## Usage
|
||||
```javascript
|
||||
var rightpad = require('right-pad');
|
||||
rightpad('hello world', 14, '.'); // => hello world...
|
||||
```
|
||||
Reference in New Issue
Block a user