# rsan-cli **Repository Path**: resonance-cli/rsan-cli ## Basic Information - **Project Name**: rsan-cli - **Description**: 用于生成项目模版的脚手架工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-03 - **Last Updated**: 2022-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 介绍 项目模版生成工具。 ## 使用 ### 1.安装 ```sh yarn global add rsan-cli // or npm install rsan-cli -g ``` ### 2.使用 ```sh rsan-cli create <你的项目名字> ```