Skip to content

Commit

Permalink
Update readme (#101)
Browse files Browse the repository at this point in the history
* Add npm package link to the version/downloda badge

* Add "Table of Contents" to README.md
  • Loading branch information
PeterDaveHello authored and notatestuser committed Jan 19, 2018
1 parent ec03a91 commit 3f18c3d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand All @@ -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:
Expand Down

0 comments on commit 3f18c3d

Please sign in to comment.