Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Usage
or,
Summary by CodeRabbit
package.json
文件中添加了release:create-mako
脚本,扩展了发布功能。create-mako
包中的cli.ts
文件提供了一个CLI脚本,用于将文件从模板目录复制到项目目录,设置项目结构,并提供了使用npm或pnpm启动项目的说明。create-mako/templates/react
目录中的package.json
文件已更新,包含了用于开发和生产构建的脚本,以及React、React DOM、TypeScript和相关类型定义的依赖项。