mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-16 06:42:53 +00:00
docs: ✏️ modify README
This commit is contained in:
parent
a71ec77085
commit
122a00d2f7
17
README.md
17
README.md
@ -1,18 +1,7 @@
|
|||||||
Ali Lowcode Engine(阿里低代码引擎)
|
## Ali Lowcode Engine(阿里低代码引擎)
|
||||||
---
|
|
||||||
|
|
||||||
[Lerna](https://github.com/lerna/lerna) + [TS](https://www.typescriptlang.org/)
|
[Lerna](https://github.com/lerna/lerna) + [TS](https://www.typescriptlang.org/)
|
||||||
|
|
||||||
## 准备
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm login --registry http://registry.npm.alibaba-inc.com --scope @ali
|
|
||||||
```
|
|
||||||
|
|
||||||
```bash
|
|
||||||
tnpm i -g git-cz
|
|
||||||
```
|
|
||||||
|
|
||||||
## 开发
|
## 开发
|
||||||
|
|
||||||
#### 创建新包:
|
#### 创建新包:
|
||||||
@ -35,7 +24,7 @@ tnpm i -g git-cz
|
|||||||
#### 开发过程中:
|
#### 开发过程中:
|
||||||
|
|
||||||
- `git add <your-files>`
|
- `git add <your-files>`
|
||||||
- `git cz`
|
- `npm run commit`
|
||||||
|
|
||||||
## 发布
|
## 发布
|
||||||
|
|
||||||
@ -43,7 +32,7 @@ tnpm i -g git-cz
|
|||||||
|
|
||||||
## 注意
|
## 注意
|
||||||
|
|
||||||
- Commit 动作尽量使用 `git cz`,方便按语义化版本自动递增,以及自动生成 `CHANGELOG.md`
|
- Commit 动作尽量使用 `npm run commit`,其内部调用了 `git cz`,方便按语义化版本自动递增,以及自动生成 `CHANGELOG.md`
|
||||||
- `packages` 工程里一些开发时公共依赖(比如:`typescript`、`ava` 等)会放到工程顶层
|
- `packages` 工程里一些开发时公共依赖(比如:`typescript`、`ava` 等)会放到工程顶层
|
||||||
- 工程里的 `.md`、`test/` 等文件修改不会产生新的发布
|
- 工程里的 `.md`、`test/` 等文件修改不会产生新的发布
|
||||||
- 当工程里存在多个 ts 文件的目录时,最终产生的文件会按文件夹形式放到 `lib` 下
|
- 当工程里存在多个 ts 文件的目录时,最终产生的文件会按文件夹形式放到 `lib` 下
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user