jonschlinkert topic
gists
Methods for working with the GitHub Gist API. Node.js/JavaScript
write
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
Split a string on a given character or characters, with support for escaping.
mixin-deep
Deeply mix the properties of objects into the first object, while also mixing-in child objects.
omit-empty
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
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
Deeply assign the enumerable properties of source objects to a destination object.
templates
System for creating and managing view collections, rendering, engines, routes and more. See the "dev" branch for most recent updates.
dashify
Convert a string to a dash-separated string (kebab case). Works with camelcase, pascalcase, space-separated, etc.
global-modules
Returns the directory used by NPM for globally installed NPM packages.