mix compile.bundlex (Bundlex v1.5.8)

Copy Markdown View Source

Builds natives specified in bundlex.exs file

Accepts the following command line arguments:

  • --store-scripts - if set, shell scripts are stored in the project root folder for further analysis.
  • --generate-lsp-config - if set, generates compile_commands.json and compile_flags.txt for LSP tools like clangd to enable code navigation, autocompletion, and diagnostics.

Add :bundlex to compilers in your Mix project to have this task executed each time the project is compiled.