jonschlinkert topic
pretty
Sensible presets and some tweaks for beautifying HTML with js-beautify according to my preferences.
verb-generate-readme
Generate your project's readme with verb. Requires verb v0.9.0 or higher.
maintainers-guide-to-staying-positive
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
Strip block comments or line comments from JavaScript code.
parse-comments
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
Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!
isobject
Is the value an object, and not an array or null?
template-helpers
Generic JavaScript helpers that can be used with any template engine. Handlebars, Lo-Dash, Underscore, or any engine that supports helper functions.
array-sort
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
Parse `.git/config` into a JavaScript object. sync or async.