Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mix completer #2608

Open
41 tasks
rsteube opened this issue Nov 26, 2024 · 0 comments
Open
41 tasks

mix completer #2608

rsteube opened this issue Nov 26, 2024 · 0 comments
Labels
completer High level tracking issue for completer enhancement New feature or request fund Fundable with polar.sh help wanted Extra attention is needed

Comments

@rsteube
Copy link
Member

rsteube commented Nov 26, 2024

Command

mix

Description

Mix is a build tool that provides tasks for creating, compiling, and testing Elixir projects, managing its dependencies, and more.

Homepage

https://hexdocs.pm/mix/Mix.html

Documentation

https://hexdocs.pm/mix/Mix.html

Repository

https://github.com/elixir-lang/elixir

Complexity

M

Anything else?

build-in tasks

mix help <task>
  • app.config # Configures all registered apps
  • app.start # Starts all registered apps
  • app.tree # Prints the application tree
  • archive # Lists installed archives
  • archive.build # Archives this project into a .ez file
  • archive.install # Installs an archive locally
  • archive.uninstall # Uninstalls archives
  • clean # Deletes generated application files
  • cmd # Executes the given command
  • compile # Compiles source files
  • deps # Lists dependencies and their status
  • deps.clean # Deletes the given dependencies' files
  • deps.compile # Compiles dependencies
  • deps.get # Gets all out of date dependencies
  • deps.tree # Prints the dependency tree
  • deps.unlock # Unlocks the given dependencies
  • deps.update # Updates the given dependencies
  • do # Executes the tasks separated by plus
  • escript # Lists installed escripts
  • escript.build # Builds an escript for the project
  • escript.install # Installs an escript locally
  • escript.uninstall # Uninstalls escripts
  • eval # Evaluates the given code
  • format # Formats the given files/patterns
  • help # Prints help information for tasks
  • loadconfig # Loads and persists the given configuration
  • local # Lists tasks installed locally via archives
  • local.hex # Installs Hex locally
  • local.public_keys # Manages public keys
  • local.rebar # Installs Rebar locally
  • new # Creates a new Elixir project
  • profile.cprof # Profiles the given file or expression with cprof
  • profile.eprof # Profiles the given file or expression with eprof
  • profile.fprof # Profiles the given file or expression with fprof
  • profile.tprof # Profiles the given file or expression with tprof
  • release # Assembles a self-contained release
  • release.init # Generates sample files for releases
  • run # Runs the current application
  • test # Runs a project's tests
  • test.coverage # Build report from exported test coverage
  • xref # Prints cross reference information

Polar

Fund with Polar
@rsteube rsteube added enhancement New feature or request fund Fundable with polar.sh completer High level tracking issue for completer labels Nov 26, 2024
@rsteube rsteube added the help wanted Extra attention is needed label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completer High level tracking issue for completer enhancement New feature or request fund Fundable with polar.sh help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant