Popularity
2.2
Growing
Activity
0.0
Stable
13
2
0
Monthly Downloads: 0
Programming language: Elixir
License: MIT License
Tags:
Miscellaneous
mixgraph alternatives and similar packages
Based on the "Miscellaneous" category.
Alternatively, view mixgraph alternatives based on common mentions on social networks and blogs.
-
ex_rated
ExRated, the Elixir OTP GenServer with the naughty name that allows you to rate-limit calls to any service that requires it. -
ecto_autoslug_field
Automatically create slugs for Ecto schemas. -
std_json_io
A simple library for Elixir that provides json over STDIO -
gen_task
Generic Task behavior that helps encapsulate errors and recover from them in classic GenStage workers. -
exprint
A printf / sprintf library for Elixir. It works as a wrapper for :io.format. -
countriex
All sorts of useful information about every country. A pure elixir port of the ruby Countries gem -
Jisho-Elixir
A Japanese dictionary API; a wrapper around Jisho's API (http://jisho.org) -
egaugex
A simple egauge parser to retrieve and parse data from egauge devices -
ratekeeper
Ratekeeper is a library for scheduling rate-limited actions. -
presentex
Elixir -> HTML/JavaScript based presentation framework intended for showing Elixir code -
mixstar
Elixir Mix task to starring GitHub repository with `mix deps.get`ting dependent library
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of mixgraph or a related project?
Popular Comparisons
README
Mixgraph
Create a dependency graph for any hex package published in hex.pm
As easy as ./mixgraph --package=addict
Installation and Usage
View the module to see list of available function calls.
Steps to generate using an escript:
git clone https://github.com/sivsushruth/mixgraph
cd mixgraph
mix deps.get
mix escript.build
./mixgraph --package=<package_name>
You can also do Mixgraph.package_graph("<package_name>")
Mixgraph.package_graph("addict")
The package can also be installed as:
Add mixgraph to your list of dependencies in
mix.exs
:def deps do [{:mixgraph, "~> 0.0.1"}] end
Ensure mixgraph is started before your application:
def application do [applications: [:mixgraph]] end
TODO
- [ ] Read dependencies from a local mix.exs
- [ ] Improve ease of installation as a command line tool
Help
- Clone repo and test the project
- Submit bug reports
- Provide suggestions for next release
- Help with completing the TODO