thewidgetsmith / launchpad-elixir

Launchpad template for Elixir projects using VSCode devcontainer for a clean, cross-platform development environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workspace

TODO: Add description

Installation

If available in Hex, the package can be installed by adding workspace to your list of dependencies in mix.exs:

def deps do
  [
    {:workspace, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/workspace.

Debugging Elixir is an example repository for my article Debugging Phoenix and Elixir Applications in Visual Studio Code

To test the project, clone the repository onto your computer and run the mix tasks using visual studio code.

About

Launchpad template for Elixir projects using VSCode devcontainer for a clean, cross-platform development environment

License:Other


Languages

Language:Shell 83.4%Language:Elixir 8.8%Language:Dockerfile 7.8%