jonschlinkert topic

List jonschlinkert repositories

gists

99
Stars
14
Forks
Watchers

Methods for working with the GitHub Gist API. Node.js/JavaScript

write

82
Stars
8
Forks
Watchers

Write data to the file system, creating any intermediate directories if they don't already exist. Used by flat-cache and many others!

split-string

57
Stars
17
Forks
Watchers

Split a string on a given character or characters, with support for escaping.

mixin-deep

80
Stars
16
Forks
Watchers

Deeply mix the properties of objects into the first object, while also mixing-in child objects.

omit-empty

73
Stars
9
Forks
Watchers

Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you would expect with `compact` for arrays.

is-glob

91
Stars
9
Forks
Watchers

If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules...

assign-deep

77
Stars
13
Forks
Watchers

Deeply assign the enumerable properties of source objects to a destination object.

templates

60
Stars
9
Forks
Watchers

System for creating and managing view collections, rendering, engines, routes and more. See the "dev" branch for most recent updates.

dashify

88
Stars
15
Forks
Watchers

Convert a string to a dash-separated string (kebab case). Works with camelcase, pascalcase, space-separated, etc.

global-modules

35
Stars
7
Forks
Watchers

Returns the directory used by NPM for globally installed NPM packages.