Skip to content

Commit 50f008f

Browse files
committed
Updated readme
1 parent 8afa0e5 commit 50f008f

1 file changed

Lines changed: 23 additions & 9 deletions

File tree

README.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,35 @@
1-
Node.js libgit2 bindings [![Build Status](https://travis-ci.org/tbranyen/nodegit.png)](https://travis-ci.org/tbranyen/nodegit)
2-
=======================
1+
nodegit
2+
=======
33

4-
Created by Tim Branyen [@tbranyen](http://twitter.com/tbranyen)
4+
> Node.js libgit2 bindings
55
6-
Currently under active development (and seeking contributions), `nodegit` provides asynchronous native bindings to the [`libgit2`](http://libgit2.github.com/libgit2/) C API.
6+
**v0.0.72** [![Build
7+
Status](https://travis-ci.org/tbranyen/nodegit.png)](https://travis-ci.org/tbranyen/nodegit)
78

9+
Maintained by Tim Branyen [@tbranyen](http://twitter.com/tbranyen) and Michael
10+
Robinson [@codeofinterest](http://twitter.com/codeofinterest), with help from
11+
[awesome
12+
contributors](https://github.com/tbranyen/nodegit/contributors)!
813

914
Contributing
1015
------------
1116

12-
Nodegit aims to eventually provide native asynchronous bindings for as much of libgit2 as possible, but we can't do it alone!
17+
Nodegit aims to eventually provide native asynchronous bindings for as much of
18+
libgit2 as possible, but we can't do it alone!
1319

14-
We welcome pull requests, but please pay attention to the following: whether your lovely code fixes a bug or adds a new feature, please include unit tests that either prove the bug is fixed, or that your new feature works as expected. See [running tests](#running-tests)
20+
We welcome pull requests, but please pay attention to the following: whether
21+
your lovely code fixes a bug or adds a new feature, please include unit tests
22+
that either prove the bug is fixed, or that your new feature works as expected.
23+
See [running tests](#running-tests)
1524

1625
Unit tests are what makes the Node event loop go around.
1726

1827
Building and installing
1928
-----------------------
2029

2130
### Dependencies ###
22-
To run `nodegit` you need `Node.js` and to run unit tests you will need to have `git` installed and accessible from your `PATH` to fetch any `vendor/` addons.
31+
To run `nodegit` you need `Node.js` and to run unit tests you will need to have
32+
`git` installed and accessible from your `PATH` to fetch any `vendor/` addons.
2333

2434
### Easy install (Recommended) ###
2535
This will install and configure everything you need to use `nodegit`.
@@ -255,6 +265,10 @@ __Can keep track of current method coverage at: [http://bit.ly/tb_methods](http:
255265
Getting involved
256266
----------------
257267

258-
If you find this project of interest, please document all issues and fork if you feel you can provide a patch. Testing is of huge importance; by simply running the unit tests on your system and reporting issues you can contribute!
268+
If you find this project of interest, please document all issues and fork if
269+
you feel you can provide a patch. Testing is of huge importance; by simply
270+
running the unit tests on your system and reporting issues you can contribute!
259271

260-
__Before submitting a pull request, please ensure both that you've added unit tests to cover your shiny new code, and that all unit tests and lint checks pass.__
272+
__Before submitting a pull request, please ensure both that you've added unit
273+
tests to cover your shiny new code, and that all unit tests and lint checks
274+
pass.__

0 commit comments

Comments
 (0)