Jon Schlinkert

Results 152 repositories owned by Jon Schlinkert

hyper-monokai-extended

18
Stars
1
Forks
Watchers

Enhanced monokai theme, for Hyper.

repeat-element

20
Stars
7
Forks
Watchers

Create an array by repeating the given string n times.

in-array

16
Stars
1
Forks
Watchers

Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.

gh-stars

15
Stars
1
Forks
Watchers

API and CLI for getting the stars for one or more GitHub users or organizations.

diacritics-map

17
Stars
2
Forks
Watchers

Map of more than 1,200 diacritics and ligatures to english alphabet equivalents.

html-toc

17
Stars
3
Forks
Watchers

Generate a HTML table of contents using cheerio.

relative

34
Stars
7
Forks
Watchers

Easily calculate the relative path from file A to file B in Node.js project. Will calculate correctly from a file to a directory, file to file, directory to file, and directory to directory.

is-absolute

22
Stars
4
Forks
Watchers

Returns true if a filepath is absolute. The original path-is-absolute.

contains-path

16
Stars
4
Forks
Watchers

Return true if a file path contains the given path.

detect-case

15
Stars
1
Forks
Watchers

Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).