Use-package: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2023

  • curprev 14:4514:45, 3 December 2023Elixirfan talk contribs 2,685 bytes +2,685 Created page with "== use-package == The `use-package` directive is a powerful tool in the Elixir programming language, allowing developers to easily manage and configure third-party packages in their projects. It is a special form that provides a concise and declarative way to include and configure package dependencies, making it a fundamental part of the Elixir ecosystem. === Syntax === The syntax for the `use-package` directive follows the format: ```elixir use PackageModule, option..."