Note: This version has been updated to support both Ecto 1.1 and Ecto 2.0. See Installation for more information. ExAdmin is an auto administration package for Elixir and the Phoenix Framework, a port/inspiration of ActiveAdmin for Ruby on Rails.
elixir admin-dashboard administration mix-tasks package phoenix-framework hexMix tasks to simplify use of Dialyzer in Elixir projects. Elixir 1.6 is required, to support the new pretty printing feature. If your project is not yet on 1.6, continue to specify 0.5 in your mix deps.
elixir mix-tasks dialyzerWrite your GitHub credentials into .netrc file(locating to ~/.netrc). The following is a sample .netrc file. And execute chmod 600 ~/.netrc to avoid permission error.
bundle-star stars mix-tasks elixirExecute mix tasks under specific umbrella apps, useful for running ecto migrations or tests. Well, you can of course use it if you dont mind writing a bit more :), (you can always create an alias in your umbrella to run those long commands for you).
elixir mix task umbrella test mix-tasksExDash seamlessly integrates the docs in your local elixir projects with your Dash docs. ExDash provides a mix task that rebuilds a Dash Docset for your local Elixir project.
dash-docset mix-tasks elixir umbrellaAn Elixir mix task that list the license(s) of all installed packages in your project. This mix task in most cases only needs to be run on a development machine and independent from the runtime applications, hence the only: dev, runtime: false options.
elixir elixir-lang mix-tasks mix license license-scan phoenix phoenix-framework legalWatch file changes in a project and run the corresponding command when a matching file change happens. The reason for this is when code changes are made you typically want to run unit and acceptance tests. So while you make changes you can configure this mix tasks to auto run and help get feed back quicker.
mix-tasks watch testing tddInstalls git hooks that will run in your Elixir project. Any git hook type is supported, check here the hooks list.
elixir-lang git-hooks git-hook elixir mix-tasks hexMix Task to generate an elm app inside a Phoenix (1.3) app
elm phoenix mix-tasks elixir
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.