Jon Schlinkert
Jon Schlinkert
git-repo-name
Get the repository name from the git remote origin URL
git-username
Extract the username from a git remote origin URL.
remote-origin-url
Extract the git remote origin URL from your local git repository.
unixify
Convert a windows file path to a unix-style file path.
sync-pkg
Minimalist CLI to sync only basic properties from package.json to bower.json
is-primitive
Is the typeof value a javascript primitive?
tokenize-comment
Uses snapdragon to tokenize a single JavaScript block comment into an object, with description, tags, and code example sections that can be passed to any other comment parsers for further parsing.
matched
Glob matching with support for multiple patterns and negation. Use `~` in cwd to find files in user home, or `@` for global npm modules.
git-user-name
Get the name of the current user from git config, at the project or global scope, depending on what git uses in the current context.
load-plugins
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 ru...