Elixir
FOSSA supports Elixir projects through mix.
Tool | Quick Import (app.fossa.com) | CLI (fossa-cli) |
---|---|---|
Elixir (mix) | - | mix.exs |
CLI (fossa-cli)
To get started, install the latest release of fossa-cli
from our GitHub releases page:
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash
Once installed, run fossa analyze
inside of your repo's root directory to analyze your Elixir project using mix.
You can view our extended documentation for elixir here.
Updated 13 days ago