A mise plugin for Expert - Elixir language server.
Add this plugin to your mise configuration
mise plugin install expert https://github.com/quentin-rodriguez/mise-expert.git# List all available versions
mise ls-remote expert
# Install a specific version
mise install expert@<version>
# Set as global default
mise use -g expert@<version>
# Set as project default
mise use expert@<version>This project uses hk for pre-commit hooks and linting.
- Link your plugin for local testing
mise plugin link --force expert .- Install pre-commit hooks
hk install- Run test manually
mise run test- Run linting manually
mise run lint- Run all CI checks
mise run ciThis plugin is licensed under the MIT License.
See LICENSE for details.