UNPKG

@bingosoft/cli

Version:

bingo framework cli

31 lines (28 loc) 1.04 kB
const chalk = require("chalk"); const config = { downloadParams: [ { name: `ui (${chalk.yellow("基于vue+iview纯前端模板工程")})`, value: "ui-template", url: "direct:https://gitlab.bingosoft.net/bingo-framework/templates/ui-template.git#master", }, { name: `webapp (${chalk.yellow( "完整的应用开发模板工程,包含前端,以及服务端模板" )})`, value: "webapp-template", url: "direct:https://gitlab.bingosoft.net/bingo-framework/templates/webapp-template.git#master", }, { name: `doc (${chalk.yellow("基于vuepress的文档模板工程")})`, value: "doc-template", url: "direct:https://gitlab.bingosoft.net/bingo-framework/templates/doc-template.git#master", }, { name: `maple (${chalk.yellow("低代码开发模版工程")})`, value: "maple-template", url: "direct:https://gitlab.bingosoft.net/bingo-framework/templates/maple-template.git#master", } ] }; module.exports = config;