Jon Schlinkert

Results 152 repositories owned by Jon Schlinkert

ansi-gray

20
Stars
3
Forks
Watchers

The color gray, in ansi.

ansi-wrap

18
Stars
4
Forks
Watchers

Create ansi colors by passing open and close codes.

arr-diff

44
Stars
18
Forks
Watchers

Returns an array with only the unique values from all given arrays using strict equality for comparisons.

arr-union

24
Stars
10
Forks
Watchers

Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.

array-last

35
Stars
14
Forks
Watchers

Return the last element in an array. Faster than `.slice`

array-slice

20
Stars
5
Forks
Watchers

Lo-dash's array-clice method. Slices `array` from the `start` index up to, but not including, the `end` index.

assemble-gist-blog

16
Stars
3
Forks
Watchers

Use Assemble to create a blog from GitHub Gists! Consider this an example of how to get started with Assemble.

assign-symbols

18
Stars
8
Forks
Watchers

Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill...

tabstops

22
Stars
3
Forks
Watchers

Empower your text editor or prompt with full-featured code snippets! JavaScript library and API for parsing, compiling, and rendering code snippets, with complete support for VS Code-style tabstops. S...

gfm-code-blocks

20
Stars
8
Forks
Watchers

Extract gfm (GitHub Flavored Markdown) fenced code blocks from a string.