pombredanne / mix-deps-json

:strawberry: A service that eats up mix.exs files and spits out dependencies as JSON.

Home Page:https://libraries.io/github/librariesio/mix-deps-json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mix-deps-json

This is a minimal elixir proxy that accepts a mix.exs file as a POST body, and spits out the project dependencies as JSON for Libraries.io.

Processed requests return a status code of 200 and JSON body, failed requests will return 422 and ":(" as the body.

Development

Source hosted at GitHub. Report issues/feature requests on GitHub Issues. Follow us on Twitter @librariesio. We also hangout on Gitter.

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Add documentation if necessary.
  • Commit, do not change procfile, version, or history.
  • Send a pull request. Bonus points for topic branches.

Copyright

Copyright (c) 2016 Andrew Nesbitt. See LICENSE for details.

About

:strawberry: A service that eats up mix.exs files and spits out dependencies as JSON.

https://libraries.io/github/librariesio/mix-deps-json

License:MIT License


Languages

Language:Elixir 100.0%