Repositories

jonschlinkert repositories

864 supported repositories

Extract a snippet of code from a string.

Last commit Aug 17, 2015

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

Like other checkers, returns true if `value` is falsey. Strings, arrays and `arguments` objects with a length of `0`, and objects with no own enumerable properties are considered falsey. Will also check against user-defined "special cases".

Last commit Mar 19, 2018

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

Log things, prefixed with a timestamp

Last commit Sep 14, 2015

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

Download files using presets.

Last commit Aug 19, 2015

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

Set the `contents` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.

Last commit Feb 3, 2017

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

Returns true if a file is binary. Checks the actual contents, since extensions are not reliable. Basic wrapper for isbinaryfile to support vinyl files.

Last commit May 19, 2017

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

Get the basename of a filepath excluding extension.

Last commit Oct 20, 2015

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

File system utils for normalizing things like eol, encoding and BOM.

Last commit Aug 1, 2017

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

Read a glob of files, dynamically choosing the reader or requiring the files based on the file extension.

Last commit Apr 23, 2016

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

Set the `stat` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.

Last commit Feb 2, 2017

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

Resolves the realpath for symlinks, and exposes the `stat` property on a `file` object. Abstraction from vinyl-fs to support non-stream or stream usage.

Last commit Jul 15, 2015

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

WIP NOT READY FOR USE! Git-backed file storage and versioning, with i18n support

Last commit Jan 2, 2016

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

Filter functions for files.

Last commit Nov 17, 2014

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

DEPRECATED: use https://github.com/jonschlinkert/normalize-config instead

Last commit Sep 14, 2015

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

Fill an array to the given length by repeating its elements. This is a very fast implementation.

Last commit Jan 26, 2015

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

Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.

Last commit May 21, 2024

 (60 stars) (16 forks) (0 indexed issues) (0 open good first issues)

Iterates over the elements in an array, returning an array with only the elements for which the callback returns truthy.

Last commit May 2, 2015

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

Recursively read directories and return a list of files, filtered to have only the files for which the (optional) filter function returns `true`. Sync and async.

Last commit Nov 17, 2014

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

Filter an array to have only function values, or an object to have only properties with function values.

Last commit May 30, 2015

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

Filter the keys of an object using glob patterns.

Last commit Sep 8, 2015

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