A CLI tool to download and initialize projects from GitHub templates.
- react-components-menorepo-template 基于 dumi + @ice/pkg 的 React Menorepo 组件库项目模板
- react-components-repo-template 基于 dumi 的 React 组件库项目模板
- vue3-admin-repo-template 基于 Vue3 + TypeScript + Vite + Pinia + Element-Plus 的 后台管理系统项目模板
npm install -g xgb-cliOr link it locally for development:
npm linkxgb-cli initThis will prompt you for:
- Project name
- GitHub template
# Examples
xgb-cli init my-app
xgb-cli init -t react-components-menorepo-template
xgb-cli init my-app -t react-components-menorepo-template- 🚀 Quick project initialization
- 📥 Download templates from GitHub
- 💬 Interactive prompts
- ✨ Clean and simple interface
MIT