mirror of
https://github.com/danog/gift.git
synced 2024-11-26 20:04:47 +01:00
readme: moved badges around
This commit is contained in:
parent
0a74d63858
commit
8b5f91e2fc
@ -1,8 +1,10 @@
|
||||
# Gift [![Build Status](https://secure.travis-ci.org/notatestuser/gift.svg?branch=master)](http://travis-ci.org/notatestuser/gift) [![Dependency Status](https://david-dm.org/notatestuser/gift.svg)](https://david-dm.org/notatestuser/gift) [![devDependency Status](https://david-dm.org/notatestuser/gift/dev-status.svg)](https://david-dm.org/notatestuser/gift#info=devDependencies)
|
||||
# Gift ![](https://img.shields.io/npm/v/gift.svg) ![](https://img.shields.io/npm/dt/gift.svg)
|
||||
|
||||
A simple Node.js wrapper for the Git CLI. The API is based on
|
||||
[Grit](https://github.com/mojombo/grit)
|
||||
|
||||
[![Build Status](https://secure.travis-ci.org/notatestuser/gift.svg?branch=master)](http://travis-ci.org/notatestuser/gift) [![Dependency Status](https://david-dm.org/notatestuser/gift.svg)](https://david-dm.org/notatestuser/gift) [![devDependency Status](https://david-dm.org/notatestuser/gift/dev-status.svg)](https://david-dm.org/notatestuser/gift#info=devDependencies)
|
||||
|
||||
# Installation
|
||||
|
||||
This fork is now in the `npm` package repository. Install it like you would any other package:
|
||||
|
Loading…
Reference in New Issue
Block a user