The example in the docs:
Genie.newapp("MyGenieApp")
The error:
julia> Genie.newapp("MyGenieApp")
ERROR: UndefVarError: `newapp` not defined
Stacktrace:
[1] getproperty(x::Module, f::Symbol)
@ Base ./Base.jl:31
[2] top-level scope
@ REPL[7]:1
I see, from navigating, that it's in the Generator
module.