elm make <source files>

Build your Elm code

Arguments

NameDescription
source filesThe source files to compile

Options

NameDescription
--helpShow help for elm make
--debugCompile in debug mode
--optimizeCompile in production mode
--output <output file>Where to output the compiled code
--docs <output json>Generate a JSON file of documentation