Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 501 Bytes

step-01.md

File metadata and controls

16 lines (11 loc) · 501 Bytes

A Guide to Writing an Elixir Analyzer Extension

Step 1: Setting up the analyzer locally

Requirements:

  • See mix.exs for the required version of Elixir.
    • You may comment this out and run on an alternate version, but you may encounter problems.
  • Alternatively use asdf.
  1. Clone the repo to your desired location.
  2. Make sure that you can build the escript with mix escript.build.
  3. Continue to step 2