# cli-demo **Repository Path**: lafen/cli-demo ## Basic Information - **Project Name**: cli-demo - **Description**: cli demo 简易脚手架工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-21 - **Last Updated**: 2023-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cli Demo 简易脚手架工具 ## Usage ```shell npm run dev node dist/index.mjs ``` ## Feat 简易 cli 应该具备功能 - 命令行交互 - 模板选择 - 模板下载,填充 packjson 项目名等信息 - 删除 .git ,执行初始化 git 命令等(未完) - 发布 npmjs , cli 命令注册、运行等(未完) 目前未完善...