Ruby version of Twik Password Generator
Go to file
Guillaume Dott e51ed19b8e Fill gemspec 2014-10-20 14:51:31 +02:00
lib Create Twik class to generate passwords 2014-10-20 14:40:01 +02:00
.gitignore First commit 2014-10-20 10:47:22 +02:00
Gemfile First commit 2014-10-20 10:47:22 +02:00
LICENSE.txt First commit 2014-10-20 10:47:22 +02:00
README.md First commit 2014-10-20 10:47:22 +02:00
Rakefile First commit 2014-10-20 10:47:22 +02:00
twik.gemspec Fill gemspec 2014-10-20 14:51:31 +02:00

README.md

Twik

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'twik'

And then execute:

$ bundle

Or install it yourself as:

$ gem install twik

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/[my-github-username]/twik/fork )
  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 a new Pull Request