https://github.com/nir0s/nog
nog compliments git
https://github.com/nir0s/nog
Last synced: 10 months ago
JSON representation
nog compliments git
- Host: GitHub
- URL: https://github.com/nir0s/nog
- Owner: nir0s
- License: apache-2.0
- Created: 2016-10-12T12:51:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-17T18:52:30.000Z (over 9 years ago)
- Last Synced: 2025-01-18T16:21:01.353Z (over 1 year ago)
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
nog(it)
=======
[](https://travis-ci.org/nir0s/nog)
[](https://ci.appveyor.com/project/nir0s/nog)
[](http://img.shields.io/pypi/v/nog.svg)
[](https://img.shields.io/pypi/pyversions/nog.svg)
[](https://requires.io/github/nir0s/nog/requirements/?branch=master)
[](https://codecov.io/github/nir0s/nog?branch=master)
[](https://pypi.python.org/pypi/nog)
[](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..