This commit is contained in:
yuruo 2024-06-24 11:11:00 +08:00
parent 28b5987e97
commit 496381ef11

View File

@ -1,34 +1,38 @@
# automate
<div align="center">
An Electron application with React and TypeScript
<a ><img src="./source/logo.svg" width="120" height="120" alt="autoMate logo"></a>
## Recommended IDE Setup
<div style="font-size:24px;">autoMate</div>
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
</div>
<b>autoMate 就像出行中的共享单车,帮你完成软件的最后一个操作,只需 3 分钟就能将 AI 大脑植入任意一个软件。</b>
## Project Setup
<div align="center">
### Install
```bash
$ npm install
```
📚[文档地址](https://s0soyusc93k.feishu.cn/wiki/JhhIwAUXJiBHG9kmt3YcXisWnec?from=from_copylink)
### Development
</div>
各产品优势对比如下。
```bash
$ npm run dev
```
![alt text](./source/github/diff.png)
### Build
## 功能介绍
```bash
# For windows
$ npm run build:win
autoMate 可以生成自动化代码帮助用户减少复性劳动,他做了三件事:
# For macOS
$ npm run build:mac
1. 了解、分析用户需求,将需求转换为人人都能看懂的用例;
2. 将用例转换成可执行的代码;
3. 运行代码并调试,解决异常问题。
# For Linux
$ npm run build:linux
```
使用 autoMate你可以
- 随时与AI进行沟通打开界面就能直接与智子进行沟通任何问题都可以交流
- 自动化自成代码:沟通过程中,智子会跟您对齐自动化需求,生成可执行的代码。
## 感谢以下人员提交的宝贵代码!
<a href="https://github.com/yuruotong1/autoMate/graphs/contributors">
<img src="https://contrib.rocks/image?repo=yuruotong1/autoMate" />
</a>