Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add create-mako package #1164

Merged
merged 2 commits into from
May 15, 2024
Merged

feat: add create-mako package #1164

merged 2 commits into from
May 15, 2024

Conversation

sorrycc
Copy link
Member

@sorrycc sorrycc commented May 15, 2024

Usage

$ npm create umi

or,

$ pnpm create umi

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和相关类型定义的依赖项。

Copy link
Contributor

coderabbitai bot commented May 15, 2024

Walkthrough

总体而言,项目进行了一系列更新,包括添加新的发布脚本、配置CommonJS输出路径、更新依赖和脚本、以及创建React应用的模板文件等。

Changes

文件 变更摘要
package.json 添加了新的发布脚本 release:create-mako,更新了依赖和配置。
.fatherrc.ts
bin/create-mako.js
packages/create-mako 中添加了CommonJS输出路径配置以及引入Node.js的shebang行。
.gitignore 更新以排除 /dist/node_modules 目录。
README.md 引入了 @umijs/mako 包,内容较简洁。
cli.ts 提供了一个CLI脚本,用于从模板目录复制文件到项目目录,并提供了启动项目的指令。
templates/react/package.json
index.html
App.tsx
index.tsx
更新了React应用模板的package.json、HTML结构、React组件和应用设置。
tsconfig.json 更新了TypeScript的配置。
scripts/release-create-mako.ts 引入了一个自动化发布create-mako包的脚本。

Poem

代码更新如春风拂面,新功能如翩翩起舞,
每一行变更都是成长,兔子在代码间欢畅游。 🐰✨

Note

Pull Request Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://coderabbit.ai


Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@sorrycc sorrycc merged commit 44c5d04 into master May 15, 2024
4 checks passed
@delete-merged-branch delete-merged-branch bot deleted the sorrycc-h2gz branch May 15, 2024 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant