Skip to content

ry-krystal/ry-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ry-cli 自定义脚手架

自定义脚手架:命令行工具(ry-cli)

安装

npm install ry-generator-cli -g
yarn add ry-generator-cli -g
pnpm add ry-generator-cli -g

使用

  ry-cli --help # 查看帮助
  ry-cli --version # 查看版本
  ry-cli create [options] <app-name> # 创建项目
  ry-cli list # 查看可用模板列表

Node.js 版本要求

此脚手架项目要求 Node.js 版本 >= 18.0.0。请确保你使用正确的 Node.js 版本。