Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 858 Bytes

File metadata and controls

26 lines (18 loc) · 858 Bytes

EPhoenixPasswordGenerator

A password generator created using Elixir on the Phoenix Framework.

This project was created for practice and education utilizing the references below for a baseline.

Installation

If available in Hex, the package can be installed by adding elixirpasswordgenerator to your list of dependencies in mix.exs:

def deps do
  [
    {:elixirpasswordgenerator, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/elixirpasswordgenerator.

References

"Elixir & Phoenix Fundamentals Full Course For Beginners" Youtube, uploaded by Elixirprogrammer, October 7, 2022, https://www.youtube.com/watch?v=gRQIPvDFuts