Skip to content

halit/biyo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Code Climate Gem Version Dependency Status

Biyo

Bio creator for hackers.

Installation

Add this line to your application's Gemfile:

gem 'biyo'

And then execute:

$ bundle

Or install it yourself as:

$ gem install biyo

Usage

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++"
  ]
}

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

Bio creater for hackers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages