dashbitco / mox

Mocks and explicit contracts in Elixir
1.35k stars 77 forks source link

How should I add a working example into this repo? #58

Closed SophisticaSean closed 5 years ago

SophisticaSean commented 5 years ago

I made a repo as an example of how to use Mox because all the docs and articles I could find didn't detail the setup enough to actually get it running.

What's the best way for me to get this added to Mox? Update the hexdocs to point to this repo? Write up a summary and throw that in the hexdocs?

I'm not sure where to put it!

josevalim commented 5 years ago

Please send a PR that adds it to the examples/ folder and we can link to it from the README. Also, please make sure to remove the .formatter, .gitignore, README and config files, as they are not necessary for the example. :) Thank you!