Packages

Generates escript projects. Elixir scripts have a module with a `main` function. This mix gen template acts as template for such scripts.

Current section

Files

Jump to
gen_template_escript 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