An open API service indexing awesome lists of open source software.

https://github.com/nir0s/nog

nog compliments git
https://github.com/nir0s/nog

Last synced: 10 months ago
JSON representation

nog compliments git

Awesome Lists containing this project

README

          

nog(it)
=======

[![Travis Build Status](https://travis-ci.org/nir0s/nog.svg?branch=master)](https://travis-ci.org/nir0s/nog)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/kuf0x8j62kts1bpg/branch/master?svg=true)](https://ci.appveyor.com/project/nir0s/nog)
[![PyPI Version](http://img.shields.io/pypi/v/nog.svg)](http://img.shields.io/pypi/v/nog.svg)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/nog.svg)](https://img.shields.io/pypi/pyversions/nog.svg)
[![Requirements Status](https://requires.io/github/nir0s/nog/requirements.svg?branch=master)](https://requires.io/github/nir0s/nog/requirements/?branch=master)
[![Code Coverage](https://codecov.io/github/nir0s/nog/coverage.svg?branch=master)](https://codecov.io/github/nir0s/nog?branch=master)
[![Is Wheel](https://img.shields.io/pypi/wheel/nog.svg?style=flat)](https://pypi.python.org/pypi/nog)
[![Latest Github Release](https://img.shields.io/github/release/nir0s/nog.svg)](https://img.shields.io/github/release/nir0s/nog.svg)

nog complements git before providing multi-repo management and manageable workflows. Nog does not replace git in any way, but rather allows to work on top of git in a more comfortable manner.

## Alternatives

* [mr](https://github.com/joeyh/myrepos)
* [gr](http://mixu.net/gr/)

## Installation

nog supports Linux, Windows and OSX on Python 2.6, 2.7 and 3.4+

```shell
pip install nog
```

For dev:

```shell
pip install https://github.com/nir0s/nog/archive/master.tar.gz
```

## Usage

## Testing

```shell
git clone git@github.com:nir0s/nog.git
cd nog
pip install tox
tox
```

## Contributions..

See [CONTRIBUTIONS](https://github.com/nir0s/nog/blob/master/CONTRIBUTING.md)

Pull requests are always welcome..