register helper functions that can be used with LESS, the same way that handlebars helpers are used in templates.
Repository
Repository di jonschlinkert
Load the package.json for any project currently installed in node_modules.
Load Assemble options from a config file, object, glob patterns, or any combination of those. Fallback on defaults if options aren't defined, or you can override or extend the defaults
Load the package.json in the base of the user's current project.
Thin wrapper around resolve-dep for loading plugins from node_modules or local directories. Like load-gulp-plugins, match dep, etc, but works for gulp, grunt, assemble, verb or anything other task runner or build system that uses plugins.
Load templates from file paths, globs or objects, and cache them as normalized objects.
temp
Stackable loaders. A loader is just a javascript function for reading or parsing files. Loaders can call or be composed of other loaders.
Create custom, chainable logging methods that emit log events when called.
just `console.log` prefixed with a green check
Basic logging utils: colors, symbols and timestamp.
Get the length of the longest item in an array.
Get the longest value for the given property from an array of objects. Useful for aligning values.
DEPRECATED - Optimizations from this library have been merged into https://github.com/js-cli/node-findup-sync. Please use that library instead.
Simple API for getting metadata from locally installed npm packages (in `node_modules`).
Attempt to resolve the absolute filepath to a file after verifying that it exists.
Don't let the trolls get you down! Use this as a reference to avoid open-source burnout and keep doing what you love: writing code! Contributions and any kind of improvements are very welcome!
Make all the properties of an object enumerable. Optionally deep, shallow by default. JavaScript/Node.js
Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.
Basic cache object for storing key-value pairs. Based on MapCache in Lo-dash 3.0