StanBright / exruby

πŸš€ Exruby ports Ruby and ActiveSupport (Rails) methods to Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exruby

As you know, many Ruby developers are diving into the world of Elixir. That's great. However, I've noticed that many people are missing some of the utility methods that are part of the standart Ruby library or ActiveSupport. Hence this initiative to port most, if not all, of the Ruby and ActiveSupport methods that aren't part of Elixir's standard lib.

Installation

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

def deps do
  [{:exruby, "~> 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/exruby.

License

Exruby code is licensed undeer the MIT License

About

πŸš€ Exruby ports Ruby and ActiveSupport (Rails) methods to Elixir


Languages

Language:Elixir 100.0%