Packages

Nova framework project generator. Provides a `mix nova.new` task to create a new Nova project with the necessary structure and files.

Current section

Files

Jump to
nova_new .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]