librariesio/mix-deps-json

Name: mix-deps-json

Owner: Libraries.io

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

Created: 2015-03-24 12:51:19.0

Updated: 2018-05-18 08:08:57.0

Pushed: 2018-05-18 08:09:11.0

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

Size: 112

Language: Elixir

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

mix-deps-json

Build Status Inline docs license Docker Automated build

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.

Docker

You can use Docker to run mix-deps-json

First, install Docker. If you've got run macOS or Windows, Docker for Mac/Windows makes this really easy.

If you have Windows Home Edition, you'll need to download and run Docker Toolbox. Then, run:

docker run -t -e PORT=5000 -p 5000:5000 mix-deps-json

mix-deps-json will be running on http://localhost:5000.

Note: You can add PORT to a .env file instead of supplying them directly on the command-line.

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
Copyright

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.