All public logs

Jump to navigation Jump to search

Combined display of all available logs of Elixir Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:45, 3 December 2023 Elixirfan talk contribs created page Use-package (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...")