Enhanced monokai theme, for Hyper.
Repositories
jonschlinkert repositories
id-gen middleware for generating an id from file path segments.
A brief guide to being an effective open source contributor.
Principles for creating consistent, idiomatic boilerplates, for static sites and basic web projects.
It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.
Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.
Get the index of the first element in an array that returns truthy for the given value, using strict equality for comparisons.
Cross-platform info symbol.
This is the default loader we'll be using in the init plugins for verb and assemble.
Inject a snippet of code or content into a string.
DEPRECATED. Use @enquirer instead
A high-performance wrapper around Intl.Segmenter for efficient text segmentation. This class resolves memory handling issues seen with large strings and "maximum call stack exceeded" exceptions that occur when strings exceed 40-50k characters. Enhances performance by 50-500x. Only ~70 loc (with comments) and no dependencies.
Returns true if a filepath is absolute. The original path-is-absolute.
Returns true if a value is an `affirmative` value (from the affirmative lib). Useful for CLI prompts.
Returns true if an answer to a prompt is not undefined, null, an empty object, empty array, or a string with zero length.
Returns true if a buffer is binary. Takes a buffer and does not read from the file system.
Returns true if a file appears to be a corrupted jpeg image file and is corrupted.
Extends `stats.isDirectory()`, returns `true` if a filepath is a directory.
Returns true if a git repository has staged, unstaged or untracked changes.
Returns true if a path is a dot-directory.