You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chrisman Brown edited this page Nov 8, 2019
·
10 revisions
Cowboy
HTTP server
Earmark
Markdown parser that **ExDoc** uses to generate HTML from docs and moduledocs. [gh](https://github.com/pragdave/earmark)
Ecto
database wrapper / ORM
ExDoc
ExDoc is an official Elixir project that produces HTML (HyperText Markup Language) and online documentation for Elixir projects. [elixirschool/documentation](https://elixirschool.com/en/lessons/basics/documentation/)
Hex
package manager
Mix
build tool that ships with Elixir that provides tasks for creating, compiling, testing your application, managing its dependencies and much more
Plug
If you’re familiar with Ruby you can think of Plug as Rack with a splash of Sinatra. It provides a specification for web application components and adapters for web servers.