# st-cli **Repository Path**: ZY_RAN/st-cli ## Basic Information - **Project Name**: st-cli - **Description**: No description available - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-25 - **Last Updated**: 2025-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装方式 ```bash npm i @zyran-cli/core -g ``` # 使用方式 创建项目 ```bash zyran-cli create [projectName] ``` 查看帮助信息 ```bash zyran-cli -h ``` 查看版本信息 ```bash zyran-cli -V ```