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

https://github.com/developerstoolbox/git-root

A VERY simple Ruby Gem to give the root of any git repository
https://github.com/developerstoolbox/git-root

Last synced: over 1 year ago
JSON representation

A VERY simple Ruby Gem to give the root of any git repository

Awesome Lists containing this project

README

          



DevelopersToolbox logo




Github Build Status


License


Created




Release


Released


Commits since release















## Overview

A very simple RubyGem for returning the root of any git repository.

```ruby
require 'git-root'

puts GitRoot.path
```