Skip to content

Commit 04d63e5

Browse files
committed
add building badge
1 parent 271210a commit 04d63e5

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README-zh.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Pub](https://img.shields.io/pub/v/magpie_cli.svg)](https://pub.dartlang.org/packages/magpie_cli)
66
[![Platform](https://img.shields.io/badge/platform-mac%7Cwin%7Clinux-blue)](https://github.com/wuba/magpie)
77
[![License](https://img.shields.io/badge/license-BSD-green.svg)](LICENSE)
8+
[![build](https://github.com/wuba/magpie/workflows/build/badge.svg)](https://github.com/wuba/magpie/actions)
89

910
Magpie Workflow 是一个Flutter开发的工具流,实现独立Flutter模块的创建,开发,编译,打包,上传流程。
1011
Magpie Workflow is a visualized platform which is designed to create, develop and compile your
@@ -24,7 +25,7 @@ standalone flutter module.
2425

2526
### 脚手架安装
2627

27-
确保您安装并正确配置了flutter环境与dart相关路径[Magpie 脚手架#环境配置](CLI.md),flutter版本支持**1.12.x**
28+
确保您安装并正确配置了flutter环境与dart相关路径[Magpie 脚手架#环境配置](CLI.md#%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E9%85%8D%E7%BD%AE),flutter版本支持**1.12.x**
2829

2930
```shell
3031
pub global activate magpie_cli

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
[![Pub](https://img.shields.io/pub/v/magpie_cli.svg)](https://pub.dartlang.org/packages/magpie_cli)
66
[![Platform](https://img.shields.io/badge/platform-mac%7Cwin%7Clinux-blue)](https://github.com/wuba/magpie)
77
[![License](https://img.shields.io/badge/license-BSD-green.svg)](LICENSE)
8+
[![build](https://github.com/wuba/magpie/workflows/build/badge.svg)](https://github.com/wuba/magpie/actions)
89

910
Magpie Workflow is a visualized platform which is designed to create, develop and compile your
1011
standalone flutter module;
1112

12-
It's designed to manage the complexity of building mixed flutter apps, connect developers and flutter like the Magpie Bridge. This project has three parts:
13+
It's designed to manage the complexity of building mixed flutter apps, connect developers and flutter like the Magpie Bridge. This project has three parts:
1314
* cli: similar to flutter tool, used to create template project and start the web server;
1415
* workflow web: A flutter-web application used to develop & compile the flutter module;
1516
* workflow server:A dart server work with flutter-web;
@@ -22,18 +23,17 @@ It's designed to manage the complexity of building mixed flutter apps, connect
2223

2324
### Install cli
2425

25-
Make sure you have already installed the flutter sdk, the version should be **v1.12.x**
26-
If you haven't configure the flutter and dart environment follow the guide at [Magpie CLI#environment](CLI.md)
26+
Make sure you have already installed the flutter sdk, the version should be **v1.12.x**.
27+
If you haven't configure the flutter and dart environment, follow the guide at [Magpie CLI#environment](CLI.md#%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E9%85%8D%E7%BD%AE)
2728

2829
```shell
2930
pub global activate magpie_cli
3031
```
3132

32-
For details about cli development, go to [cli](CLI.md).
33-
3433
### Start Workflow
3534

3635
Since you've installed the `mgpcli`, you may start to create a flutter module project now:
36+
3737
**1.Create module project**
3838

3939
```shell
@@ -65,7 +65,7 @@ Work with Magpie Workflow, it's native sdk which should be integrated into App.
6565

6666
> Magpie Fly
6767
68-
A Flutter UIKit.[https://github.com/wuba/magpie_fly](https://github.com/wuba/magpie_fly)
68+
A Flutter UIKit. [https://github.com/wuba/magpie_fly](https://github.com/wuba/magpie_fly)
6969

7070
> Magpie Log
7171

0 commit comments

Comments
 (0)