Skip to content
  • This project
    • Loading...
  • Sign in

templates / mui-template

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • mui-template
  • index.js
  • McLemore's avatar
    feat: add questions for init · 7a660a1a
    7a660a1a Browse Files
    McLemore committed 2019-12-17 10:52:13 +0800
index.js 358 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
module.exports = {
  projectName: {
    desc: '请输入工程名称',
    default: 'my-awesome-project'
  },
  description: {
    desc: '请输入工程描述',
    default: 'my awesome project'
  },
  author: {
    desc: '请输入开发者名称',
    default: ''
  },
  repo: {
    desc: '请输入 git 仓库名',
    default: 'my-awesome-project'
  }
}