Jon Schlinkert
Jon Schlinkert
is-directory
Extends `stats.isDirectory()`, returns `true` if a filepath is a directory.
export-files
node.js utility for exporting a directory of files as modules.
repos
Pull down a list of GitHub repos for the given user or org, and save to a local JSON file.
repeat-string
Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)
pad-left
Left pad a string with zeros or a specified string. Fastest implementation.
pascalcase
Convert a string to pascal case (upper camel case). Used by more than 8.7 million projects on GitHub! Please follow this library's author: https://github.com/jonschlinkert
longest
Get the length of the longest item in an array.
right-align
Right-align the text in a string.