create-neat icon indicating copy to clipboard operation
create-neat copied to clipboard

🚀🚀🚀 Developed a front-end scaffold based on PNPM and Turborepo, aimed at quickly creating various types of projects for users.

Results 91 create-neat issues
Sort by recently updated
recently updated
newest added

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/xun082/create-neat/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...

enhancement

# 主分支 refactor/plugin-api 一切开发的工作都要基于 refactor/plugin-api 切出。 合入时,要注意先执行 merge、rebase、cherry-pick 等操作对齐历史记录。 架构文档: https://oxrc7wixrse.feishu.cn/wiki/AnSSwrXyGi34QjkrqNBcrrKKnOd?fromScene=spaceOverview # 拆分模式 重构的架构中大部分会对应相关的 // todo 注释,目前按照功能点拆分: - 项目创建 - 插件开发 - 模板开发 # issue 列表 ## preset 引入与项目生成 -...

enhancement

## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: https://github.com/xun082/create-neat/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have...

The prompt logic and basic logic part of ai commits are submitted BREAKING CHANGE: The prompt logic and basic logic part of ai commits are submitted ## PR Checklist Please...

### Is your feature request related to a problem? Please describe it 目前用户选择的插件默认都是独立出一个配置文件,该步骤可以根据用户的选择是独立或者合并在pkg内。 ### Describe the solution you'd like 与用户交互过程中提示用户 Where do you prefer placing config for Babel, ESLint, etc.?让用户选择“In...

### Is your feature request related to a problem? Please describe it extractConfigFiles方法已经不适用于新增的FileTree类 ### Describe the solution you'd like 修改extractConfigFiles方法 ### Teachability, documentation, adoption, migration strategy _No response_ ### What...