1
0
mirror of https://github.com/danog/gift.git synced 2024-11-26 20:04:47 +01:00

Update readme (#101)

* Add npm package link to the version/downloda badge

* Add "Table of Contents" to README.md
This commit is contained in:
Peter Dave Hello 2018-01-20 00:14:25 +08:00 committed by Luke Plaster
parent ec03a91db2
commit 3f18c3d709

View File

@ -1,4 +1,4 @@
# Gift ![](https://img.shields.io/npm/v/gift.svg) ![](https://img.shields.io/npm/dt/gift.svg)
# Gift [![](https://img.shields.io/npm/v/gift.svg) ![](https://img.shields.io/npm/dt/gift.svg)](https://www.npmjs.com/package/gift)
A simple Node.js wrapper for the Git CLI. The API is based on
[Grit](https://github.com/mojombo/grit).
@ -7,6 +7,22 @@ Tested in all stable versions of node.
[![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)
# Table of Contents
- [Installation](#installation)
- [API](#api)
- [Repo](#repo)
- [Commit](#commit)
- [Head](#head)
- [Tag](#tag)
- [Config](#config)
- [Status](#status)
- [Actor](#actor)
- [Tree](#tree)
- [Blob](#blob)
- [Submodule](#submodule)
- [License](#license)
# Installation
This fork is now in the `npm` package repository. Install it like you would any other package: