Skip to content

Commit

Permalink
Merge pull request #82 from MichealWayne/feat-utils-npm
Browse files Browse the repository at this point in the history
feat add ai coding tools
  • Loading branch information
MichealWayne authored Jan 14, 2025
2 parents df7bb40 + de14da5 commit fdd87fd
Show file tree
Hide file tree
Showing 553 changed files with 38 additions and 5,276 deletions.
15 changes: 15 additions & 0 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,21 @@ A schema declaration and verification library headed by TypeScript, which can be
| https://github.com/mljs/distance | ml-distance | Calculate vector distance or similarity between, can be used for Embeddings processing |
| https://promptperfect.jinaai.cn/ | prompt-prefect | An optimized Prompt online tools |


#### 1.11.1 AI programming development tools

| https://www.cursor.com/ | Cursor | Extremely friendly AI IDE for professional development, hot right now |
| https://github.com/PatrickJS/awesome-cursorrules | awesome-cursorrules | A collection of engineering cursorrules that make Cursor more efficient |
| https://windsurfai.org/ | Windsurf | Extremely friendly AI IDE for professional development, personally think that the current more friendly to newcomers than Cursor, currently hot |
| https://github.com/SchneiderSam/awesome-windsurfrules| awesome-windsurfrules | A collection of engineering windsurfrules that make Windsurf more efficient |
| https://bolt.new/ | Bolt | The AI Agent platform that generates and has the ability to deploy projects is currently hot |
| https://v0.dev/ | V0 | Vercel's AI Agent platform, which produces, generates and has the ability to deploy projects, is currently hot |
| https://www.copycoder.ai/ | CopyCoder | By uploading the application screenshot or UI design drawing, Prompt, with the above Cursor, Bolt AI code generation tools to use |
| https://github.com/cline/cline | `cline` | Open source VSCode plugin, agent, supports AI to generate/repair code |




### 1.12 WebAssembly

| Link | Tag | Description |
Expand Down
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- [1.12 IDE插件](#112-ide插件)
- [1.13 生活篇](#113-生活篇)

> 注:一些选型可以考虑先问 [chatGPT](https://chat.openai.com/chat) / [Claude](https://claude.ai/chats),然后根据整理判断(chatGPT选型能力目前还一般,检索还是可以的)
> 注:一些选型可以考虑先问 [chatGPT](https://chat.openai.com/chat) / [Claude](https://claude.ai/chats) / [Kimi](https://kimi.moonshot.cn/),然后根据回答信息进行综合判断
### 1.1 HTML/CSS/JavaScript/WASM/Dart
地址 | 标签 | 说明
Expand Down Expand Up @@ -749,6 +749,19 @@
<a href="https://github.com/mljs/distance" target="_blank">ml-distance</a> | `ml-distance` | 计算向量之间的距离或相似度,可用于Embeddings处理
<a href="https://promptperfect.jinaai.cn/">Prompt Prefect</a> | `prompt-prefect` | 一个优化Prompt的在线工具

#### 1.11.1 AI编程开发工具

地址 | 标签 | 说明
---- | ---- | ----
<a href="https://www.cursor.com/">Cursor</a> | `cursor` | 面向专业开发极其友好的AI IDE,当前火爆
<a href="https://github.com/PatrickJS/awesome-cursorrules">awesome-cursorrules</a> | `cursorrules` | 让Cursor提升效率的各类工程cursorrules集合
<a href="https://windsurfai.org/zh">Windsurf</a> | `windsurf` | 面向专业开发极其友好的AI IDE,个人认为当前对新人比Cursor更友好,当前火爆
<a href="https://github.com/SchneiderSam/awesome-windsurfrules">awesome-windsurfrules</a> | `windsurfrules` | 让Windsurf提升效率的各类工程cursorrules集合
<a href="https://bolt.new/">Bolt.new</a> | `bolt` | 生成和有能力部署项目的AI Agent平台,当前火爆
<a href="https://v0.dev/">V0</a> | `v0` | Vercel出品,生成和有能力部署项目的AI Agent平台,当前火爆
<a href="https://www.copycoder.ai/">CopyCoder</a> | `copycoder` | 通过上传应用程序截图或 UI 设计图,Prompt,配合上述Cursor、Bolt这些 AI 代码生成工具使用
<a href="https://github.com/cline/cline">Cline</a> | `cline` | 开源VSCode插件,agent,支持AI生成/修复代码,当前火爆


### 1.12 WebAssembly

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion docs/.nojekyll

This file was deleted.

1 change: 0 additions & 1 deletion docs/.typedoc-plugin-versions

This file was deleted.

1 change: 0 additions & 1 deletion docs/dev

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/stable

This file was deleted.

1 change: 0 additions & 1 deletion docs/v1.0

This file was deleted.

1 change: 0 additions & 1 deletion docs/v1.0.0-beta01/data/Array.Function.allEqual.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/v1.0.0-beta01/data/Array.Function.arrayAverage.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/v1.0.0-beta01/data/Array.Function.arrayMax.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/v1.0.0-beta01/data/Array.Function.arrayMin.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/v1.0.0-beta01/data/Array.Function.arraySum.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/v1.0.0-beta01/data/Array.Function.arrayToCSV.json

This file was deleted.

Loading

0 comments on commit fdd87fd

Please sign in to comment.