get_github_pub_keys
githubに登録している公開鍵をローカルの.sshにファイルとして保存するgem
Installtion
- ローカルで以下のコマンドを実行してください
mkdir ~/.ssh
gem install get_github_pub_keys
# irb or pry起動して
require 'get_github_pub_keys'
user = GetGithubPubKeys.new(user_name)
user.find_and_create
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request