Mix.exs Generator
Generate Elixir mix.exs project configuration files with customizable app name, version, Elixir version requirement, description, and dependencies. Produces properly formatted Mix project boilerplate ready to use.
How to Use Mix.exs Generator
Enter your Elixir app name in snake_case, version number, Elixir version requirement, description, and comma-separated dependencies. Click Generate to produce a complete mix.exs file ready to use in your project.
Step-by-Step Instructions
- Enter app name in snake_case format
- Set version and Elixir version requirement
- Add description and dependencies
- Click Generate mix.exs and copy the output
Related Tools
JSON Formatter and Validator
Format, validate, and pretty-print JSON with syntax highlighting.
Base64 Encoder and Decoder
Encode text to Base64 or decode Base64 strings back to plain text.
URL Encoder and Decoder
Encode special characters for URLs or decode percent-encoded strings.
HTML Entity Encoder and Decoder
Encode special characters as HTML entities or decode them back.