mix_gleam v0.6.2 mix gleam.new

This task is UNIMPLEMENTED for now.

Please use mix new and adjust your project's mix.exs file using the template that follows this help message.

In the future:

Creates a new Gleam project. It expects the path of the project as argument.

mix gleam.new PATH [--app APP] [--module MODULE] [--sup] [--umbrella]

A project at the given PATH will be created. The application name and module name will be retrieved from the path, unless --module or --app is given.

See mix help new for further information.