Skip to content

xgbbing/xgb-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xgb-cli

A CLI tool to download and initialize projects from GitHub templates.

templates

Installation

npm install -g xgb-cli

Or link it locally for development:

npm link

Usage

Initialize a new project

xgb-cli init

This will prompt you for:

  • Project name
  • GitHub template

Use with options

# Examples
xgb-cli init my-app
xgb-cli init -t react-components-menorepo-template
xgb-cli init my-app -t react-components-menorepo-template

Features

  • 🚀 Quick project initialization
  • 📥 Download templates from GitHub
  • 💬 Interactive prompts
  • ✨ Clean and simple interface

License

MIT

About

前端脚手架CLI,包含:react组件库项目模板、vue3管理系统模板

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors