Repositories

jonschlinkert repositories

864 supported repositories

The color yellow, in ansi.

Last commit May 24, 2015

 (4 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Store answers to user prompts, based on locale and/or current working directory (node.js/JavaScript)

Last commit Feb 21, 2016

 (5 stars) (1 fork) (0 indexed issues) (0 open good first issues)

Annihilate YAML front matter.

Last commit Jan 26, 2014

 (2 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Checks if the callback returns a truthy value for any element in a collection, or for any sub-string in a string. The function returns as soon as it finds a passing value and does not iterate over the entire collection.

Last commit Feb 27, 2015

 (5 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Pass a dirname, get a basic markdown-formatted Table of Contents for your API.

Last commit Aug 1, 2015

 (3 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Boilerplate for creating a node.js application based on Template, vinyl and orchestrator. This consists of the core, generalized components of assemble, verb and generate.

Last commit May 24, 2015

 (2 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Get the actual name of a plugin or generator by stripping certain words from the title, allowing it to be used in templates. For example, the "actual" name of `generator-foo` would `foo`.

Last commit Oct 12, 2014

 (5 stars) (0 forks) (0 indexed issues) (0 open good first issues)

JavaScript utils for working with arrays.

Last commit Nov 3, 2014

 (7 stars) (0 forks) (0 indexed issues) (0 open good first issues)

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

Last commit Sep 1, 2017

 (45 stars) (18 forks) (0 indexed issues) (0 open good first issues)

fast array filter

Last commit Feb 27, 2017

 (9 stars) (1 fork) (0 indexed issues) (0 open good first issues)

Recursively flatten an array or arrays. This is the fastest implementation of array flatten.

Last commit Jul 5, 2017

 (58 stars) (17 forks) (0 indexed issues) (0 open good first issues)

Faster, node.js focused alternative to JavaScript's native array map.

Last commit Feb 28, 2017

 (15 stars) (2 forks) (0 indexed issues) (0 open good first issues)

Get the value of a specified property from all elements in a collection.

Last commit Mar 25, 2015

 (9 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Fast array reduce that also loops over sparse elements.

Last commit Mar 24, 2015

 (8 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Swap two items in an array. Does not modify the Array prototype.

Last commit May 26, 2017

 (5 stars) (2 forks) (0 indexed issues) (0 open good first issues)

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

Last commit Feb 23, 2016

 (24 stars) (10 forks) (0 indexed issues) (0 open good first issues)

Loop over each item in an array and call the given function on every element.

Last commit Feb 27, 2017

 (16 stars) (1 fork) (0 indexed issues) (0 open good first issues)

Returns true if the callback returns truthy for all elements in the given array.

Last commit May 8, 2015

 (5 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Get the first element or first n elements of an array.

Last commit Jan 12, 2016

 (11 stars) (15 forks) (0 indexed issues) (0 open good first issues)

Get all but the last element or last n elements of an array.

Last commit Dec 5, 2017

 (8 stars) (2 forks) (0 indexed issues) (0 open good first issues)