# my-cli **Repository Path**: lafen/my-cli ## Basic Information - **Project Name**: my-cli - **Description**: cli 脚手架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-22 - **Last Updated**: 2024-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: Cli ## README # MY-CLI 简易版脚手架,实现快速下载项目模板 ## start ```shell pnpm i ``` ## dev 开发调试 ```shell npm run dev ``` ## build ```shell npm run build ``` ## publish 未发布 npmjs,可本地尝试执行 ```shell node bin/my-cli.js create ``` ## source [posts](https://i-lafen.github.io/site/engineering/cli)