Jon Schlinkert

Results 152 repositories owned by Jon Schlinkert

is-directory

28
Stars
8
Forks
Watchers

Extends `stats.isDirectory()`, returns `true` if a filepath is a directory.

export-files

21
Stars
0
Forks
Watchers

node.js utility for exporting a directory of files as modules.

repos

23
Stars
3
Forks
Watchers

Pull down a list of GitHub repos for the given user or org, and save to a local JSON file.

to-clipboard

17
Stars
2
Forks
Watchers

Copy to the clipboard.

repeat-string

49
Stars
17
Forks
Watchers

Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)

pad-left

44
Stars
8
Forks
Watchers

Left pad a string with zeros or a specified string. Fastest implementation.

pascalcase

36
Stars
5
Forks
Watchers

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

31
Stars
11
Forks
Watchers

Get the length of the longest item in an array.

center-align

22
Stars
10
Forks
Watchers

Center-align the text in a string.

right-align

19
Stars
5
Forks
Watchers

Right-align the text in a string.