ConventionalApp.setup_envMethod

setup_env(proj::Project)

Define a minmial environment stack and activates specified Project.

ConventionalApp.@include_startupMacro

@include_startup(proj::Project)

include the ./startup.jl file found in the proj directory. Should be called from a global scope (not a function).

Implemented as macro to ensure include is run from calling scope.