Feat community templates (#68)

This commit is contained in:
Simon Lecoq
2021-01-19 20:51:51 +01:00
committed by GitHub
parent 9beecade9d
commit d2923797e5
9 changed files with 153 additions and 39 deletions

View File

@@ -46,8 +46,14 @@
}
}
//Pre-Setup
const community = {
templates:input.array("setup_community_templates")
}
info("Setup - community templates", community.templates)
//Load configuration
const {conf, Plugins, Templates} = await setup({log:false, nosettings:true})
const {conf, Plugins, Templates} = await setup({log:false, nosettings:true, community})
info("Setup", "complete")
info("Version", conf.package.version)