Packages
A template that generates blank template projects, intended to be used by folks creating their own templates.
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