Returns a function with partially applied arguments that are appended to the arguments provided to the returned function.
Repositories
jonschlinkert repositories
Load an object of partials from a glob of files to pass to any template engine.
Convert a string to pascal case (upper camel case). Used by more than 8.7 million projects on GitHub! Please follow this library's author: https://github.com/jonschlinkert
Return `true` if a file path ends with the given string.
Get the root of a posix or windows filepath.
Get n specific segments of a file path, e.g. first 2, last 3, etc.
Returns true if a filepath starts with the given string. Works with windows and posix/unix paths.
Return the first property on an object with a truthy value that matches the given object path or the first path in an array of object paths.
Get the value of the first occurrence of `key` from an array of objects.
Gets the package.json for one or more names from the npm registry and caches the results for a specified period of time. Default cache period is one week.
Get or create a homepage URL from the given package.json
Use package.json as a config store.
Replace placeholder values in a file path.
Easily load and normalize data to be passed to templates as context. Pass an object directly, or pass glob patterns or file paths to any JSON, YAML or CSV files to use.
Object cache for Plasma.
Run a value through a plugin stack.
Ideas for Pre, a dynamic presentation language that compiles to HTML. Pre does for HTML what LESS and SASS do for CSS, so if you are familiar with HTML and CSS, you will know how to use Pre.
Pre (language) syntax highlighting for Sublime Text 2
Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.
Better inspect formatting, using prettier for arrays, objects and functions, and util.inspect for everything else.