udpate/rebuild docs

master
jonschlinkert 10 years ago
parent abb1afbf2d
commit 4a45540faa

@ -48,16 +48,14 @@ Config object will be something like:
``` ```
## Run tests ## Other useful projects
{%= related(['parse-github-url', 'parse-gitignore', 'parse-author', 'parse-authors']) %}
Install dev dependencies:
```bash ## Run tests
npm i -d && npm test {%= include("tests") %}
```
## Contributing ## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue]({%= bugs.url %}) {%= include("contributing") %}
## Author ## Author
{%= include("author") %} {%= include("author") %}

@ -51,6 +51,12 @@ Config object will be something like:
'branch "master"': { remote: 'origin', merge: 'refs/heads/master', ... } } '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 ## Run tests
@ -61,19 +67,23 @@ npm i -d && npm test
``` ```
## Contributing ## 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) 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 ## Author
**Jon Schlinkert** **Jon Schlinkert**
+ [github/jonschlinkert](https://github.com/jonschlinkert) [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
## License ## License
Copyright (c) 2015 Jon Schlinkert Copyright (c) 2015 Jon Schlinkert
Released under the MIT license 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._
<!-- reflinks generated by verb-reflinks plugin -->

Loading…
Cancel
Save