Packages
A template for building Elixir components (projects that hold state). This project is an extremely paired down version of `mix new «project_name» --sup` based on Dave Thomas' view of simplifying our Elixir code. Let's see how this plays out.
Current section
Files
Jump to
Current section
Files
template/$PROJECT_NAME$/README.md
# <%= @project_name_camel_case %>
> TODO: Add description**
## Installation
```elixir
@deps [
<%= @project_name %>: "~> 0.1.0"
]
```
## License
> TODO: Add license
----
Created: <%= @now.utc.date %>Z