A remote elixir container for VSCode
This is a sample project that lets you try out the VS Code Remote - Containers extension in a few easy steps.
Follow these steps to open this sample in a container:
-
If this is your first time using a development container, please follow the getting started steps.
-
If you're not yet in a development container:
- Clone this repository.
- Press F1 and select the Remote-Containers: Open Folder in Container... command.
- Select the cloned copy of this folder, wait for the container to start, and try things out!
Used mix new sample
to generate the elixir files.
If available in Hex, the package can be installed
by adding sample
to your list of dependencies in mix.exs
:
def deps do
[
{:sample, "~> 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/sample.