Packages

A template for building Elixir libraries (projects without any state, just functions). This project is an extremely paired down version of `mix new «project_name»` based on Dave Thomas' view of simplifying our Elixir code. Let's see how this plays out.

Current section

Files

Jump to
gen_template_library template $PROJECT_NAME$ README.md
Raw

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