Bio creator for hackers.
Add this line to your application's Gemfile:
gem 'biyo'
And then execute:
$ bundle
Or install it yourself as:
$ gem install biyo
You can use on command line
$ biyo
$ How many fields in your bio? 3
$ 1. field key: Name
$ 1. field value: Halit
$ 2. field key: Surname
$ 2. field value: Alptekin
$ 3. field key: Programming Skills
$ 3. field value: python,ruby,php,perl,c,c++
$ {
"Name": "Halit",
"Surname": "Alptekin",
"Programming Skills": [
"python",
"ruby",
"php",
"perl",
"c",
"c++"
]
}
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request