Project

urban_pass

0.0
No commit activity in last 3 years
No release in over 3 years
A password generator that creates random passwords based on words in Urban Dictionary.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

~> 1.0
~> 1.6
>= 0
 Project Readme

UrbanPass

Gem Version Build Status

After dealing with multiple password generators. We decided to create a password generator thats a little different.

CorrectHorseBatteryStaple

Installation

Install it yourself as:

$ gem install urban_pass

Usage

To save hitting an extra key you can also add this alias:

alias urban-pass=urban_pass

A list of commands:

  urban_pass                  # Alias for urban_pass generate_phrase
  urban_pass define [WORD]    # Defines a word you may not know
  urban_pass generate_phrase  # Creates a new pass-phrase
  urban_pass help [COMMAND]   # Describe available commands or one specific command

Contribution Guidelines

Git Commit Messages

  • Use the present tense ("Add feature" not "Added feature")
  • Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
  • Limit the first line to 72 characters or less
  • Reference issues and pull requests liberally
  • Consider starting the commit message with an applicable emoji:
    • 🎨 :art: when improving the format/structure of the code
    • 🐎 :racehorse: when improving performance
    • 🚱 :non-potable_water: when plugging memory leaks
    • 📝 :memo: when writing docs
    • 🐧 :penguin: when fixing something on Linux
    • 🍎 :apple: when fixing something on Mac OS
    • 🏁 :checkered_flag: when fixing something on Windows
    • 🐛 :bug: when fixing a bug
    • 🔥 :fire: when removing code or files
    • 💚 :green_heart: when fixing the CI build
    • :white_check_mark: when adding tests
    • 🔒 :lock: when dealing with security
    • ⬆️ :arrow_up: when upgrading dependencies
    • ⬇️ :arrow_down: when downgrading dependencies
    • 👕 :shirt: when removing linter warnings