jonschlinkert topic

List jonschlinkert repositories

pretty

134
Stars
17
Forks
Watchers

Sensible presets and some tweaks for beautifying HTML with js-beautify according to my preferences.

verb-generate-readme

159
Stars
17
Forks
Watchers

Generate your project's readme with verb. Requires verb v0.9.0 or higher.

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!

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.

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.

parse-git-config

59
Stars
9
Forks
Watchers

Parse `.git/config` into a JavaScript object. sync or async.