diff --git a/.verb.md b/.verb.md index 9284a52..6044618 100644 --- a/.verb.md +++ b/.verb.md @@ -48,16 +48,14 @@ Config object will be something like: ``` -## Run tests - -Install dev dependencies: +## Other useful projects +{%= related(['parse-github-url', 'parse-gitignore', 'parse-author', 'parse-authors']) %} -```bash -npm i -d && npm test -``` +## Run tests +{%= include("tests") %} ## Contributing -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue]({%= bugs.url %}) +{%= include("contributing") %} ## Author {%= include("author") %} diff --git a/README.md b/README.md index 9e5f5c3..3034e7c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# parse-git-config [![NPM version](https://badge.fury.io/js/parse-git-config.svg)](http://badge.fury.io/js/parse-git-config) [![Build Status](https://travis-ci.org/jonschlinkert/parse-git-config.svg)](https://travis-ci.org/jonschlinkert/parse-git-config) +# parse-git-config [![NPM version](https://badge.fury.io/js/parse-git-config.svg)](http://badge.fury.io/js/parse-git-config) [![Build Status](https://travis-ci.org/jonschlinkert/parse-git-config.svg)](https://travis-ci.org/jonschlinkert/parse-git-config) > Parse `.git/config` into a JavaScript object. sync or async. @@ -51,6 +51,12 @@ Config object will be something like: 'branch "master"': { remote: 'origin', merge: 'refs/heads/master', ... } } ``` +## Other useful projects + +* [parse-github-url](https://github.com/jonschlinkert/parse-github-url): Parse a github URL into an object. +* [parse-gitignore](https://github.com/jonschlinkert/parse-gitignore): Parse a gitignore file into an array of patterns. Comments and empty lines are stripped. +* [parse-author](https://github.com/jonschlinkert/parse-author): Parse a string into an object with `name`, `email` and `url` properties following npm conventions.… [more](https://github.com/jonschlinkert/parse-author) +* [parse-authors](https://github.com/jonschlinkert/parse-authors): Parse a string into an array of objects with `name`, `email` and `url` properties following… [more](https://github.com/jonschlinkert/parse-authors) ## Run tests @@ -61,19 +67,23 @@ npm i -d && npm test ``` ## Contributing + Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/parse-git-config/issues) ## Author **Jon Schlinkert** - -+ [github/jonschlinkert](https://github.com/jonschlinkert) -+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) + +[github/jonschlinkert](https://github.com/jonschlinkert) +[twitter/jonschlinkert](http://twitter.com/jonschlinkert) ## License -Copyright (c) 2015 Jon Schlinkert -Released under the MIT license + +Copyright (c) 2015 Jon Schlinkert +Released under the MIT license. *** -_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 04, 2015._ +_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on April 29, 2015._ + +