Jon Schlinkert

Results 152 repositories owned by Jon Schlinkert

git-repo-name

22
Stars
7
Forks
Watchers

Get the repository name from the git remote origin URL

git-username

18
Stars
3
Forks
Watchers

Extract the username from a git remote origin URL.

remote-origin-url

16
Stars
5
Forks
Watchers

Extract the git remote origin URL from your local git repository.

unixify

42
Stars
5
Forks
Watchers

Convert a windows file path to a unix-style file path.

sync-pkg

15
Stars
2
Forks
Watchers

Minimalist CLI to sync only basic properties from package.json to bower.json

is-primitive

37
Stars
9
Forks
Watchers

Is the typeof value a javascript primitive?

tokenize-comment

15
Stars
6
Forks
Watchers

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

25
Stars
2
Forks
Watchers

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

23
Stars
4
Forks
Watchers

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

22
Stars
1
Forks
Watchers

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...