Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Simple utility class to get developer info from git config.

License

Notifications You must be signed in to change notification settings

jobandtalent/developer_info

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeveloperInfo

Build Status

Simple utility class to get developer info from git config.

Installation

Add this line to your application's Gemfile:

gem "developer_info"

And then execute:

$ bundle

Or install it yourself by:

$ gem install developer_info

Usage

require "developer_info"

developer_info = DeveloperInfo.new("#{ENV["HOME"]}/git/repo/path")

developer_info.editor # "mvim"
developer_info.email  # "john.doe@example.org"
developer_info.name   # "John Doe"
developer_info.to_s   # "John Doe (john.doe@example.org)"

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Simple utility class to get developer info from git config.

Resources

License

Stars

Watchers

Forks

Packages

No packages published