Jon Schlinkert

Results 152 repositories owned by Jon Schlinkert

data-store

159
Stars
27
Forks
Watchers

Easily get, set and persist config data. Fast. Supports dot-notation in keys. No dependencies.

maintainers-guide-to-staying-positive

643
Stars
30
Forks
Watchers

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!

parse-github-url

120
Stars
20
Forks
Watchers

Parse a Github URL into an object. Supports a wide variety of GitHub URL formats.

strip-comments

108
Stars
41
Forks
Watchers

Strip block comments or line comments from JavaScript code.

parse-comments

67
Stars
23
Forks
Watchers

Parse JavaScript code comments. Works with block and line comments, and should work with CSS, LESS, SASS, or any language with the same comment formats.

dry

70
Stars
1
Forks
Watchers

Dry is a new template engine and language, and is a superset of Shopify's Liquid, with first-class support for advanced inheritance features, and more. From the creators of Enquirer, Assemble, Remarka...

normalize-path

105
Stars
10
Forks
Watchers

Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!

isobject

104
Stars
19
Forks
Watchers

Is the value an object, and not an array or null?

template-helpers

76
Stars
6
Forks
Watchers

Generic JavaScript helpers that can be used with any template engine. Handlebars, Lo-Dash, Underscore, or any engine that supports helper functions.

array-sort

74
Stars
24
Forks
Watchers

Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.