blob: 3610cf0d535994c902f5746fcc9e7413784ea135 [file] [log] [blame] [view]
# Weex Toolkit
![image | left](https://img.shields.io/badge/PRs-welcome-brightgreen.svg "")
![image | left](https://img.shields.io/badge/license-Apache--2.0-brightgreen.svg "")
[![GitHub issues](https://img.shields.io/github/issues/weexteam/weex-toolkit.svg)](https://github.com/weexteam/weex-toolkit/issues)
[![Npm package](https://img.shields.io/npm/dm/weex-toolkit.svg)](https://www.npmjs.com/package/weex-toolkit)
[![Build status](https://ci.appveyor.com/api/projects/status/dy89sm44bcggc12q/branch/dev?svg=true)](https://ci.appveyor.com/project/erha19/weex-toolkit/branch/dev)
> Weex Toolkit is the Standard Tooling for Weex Development.
## Introduction
This is the branch that develops weex-toolkit2.0.
Now you can install the alpha version by:
```base
$ npm i weex-toolkit@alpha -g
```
To know more help info, you can run :
```base
$ weex --help
```
## Goals
We hope to get the following goals:
- Flawless installation and upgrade experience.
- Better unit & functional testing support.
- Reasonable Node-side command line solution that can be used by all Node-side programs.
- Some feartures and optimization for the submodules, such as `weex-debugger`, `weexpack` and so on.
More detail you can see the [milestone](https://github.com/weexteam/weex-toolkit/milestone).
## Basic architecture diagram
![Basic architecture diagram](https://img.alicdn.com/tfs/TB10GYeCAyWBuNjy0FpXXassXXa-743-585.png)
## Lifecycle
![Life-cycle](https://img.alicdn.com/tfs/TB1MHroCrSYBuNjSspiXXXNzpXa-678-1018.png)
## License
[MIT](https://github.com/weexteam/weex-toolkit/blob/dev/LICENSE)