# node-cli-template **Repository Path**: public_12/node-cli-template ## Basic Information - **Project Name**: node-cli-template - **Description**: node命令行工具模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-28 - **Last Updated**: 2025-09-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Node.js命令行工具开发模板 ### 安装 ```bash npm i -g rxm-node-cli ``` ### 使用 ```bash # 创建指定模板 rxm-node-cli create my-cli-tools -t cli-template rxm-node-cli create my-cli-tools -t uni-template # 不指定模板,通过命令行选择 rxm-node-cli create my-project ``` - 项目仓库 [https://gitee.com/public_12/node-cli-template](https://gitee.com/public_12/node-cli-template) - 文档 [https://blog.csdn.net/weixin_43376417/article/details/152220237?spm=1011.2415.3001.5331](https://blog.csdn.net/weixin_43376417/article/details/152220237?spm=1011.2415.3001.5331)