iweb-tool
Version:
a build tool based gulp & webpack
37 lines (27 loc) • 371 B
Markdown
# iweb
> a open-source tool for building resource.
## install
```
$ npm install iweb-tool -g
```
## development
get help
```
$ iweb --help
```
init project
```
$ iweb init
```
build your project
```
$ iweb build
```
create a server for develop
```
$ iweb server -p 8080
```
publish your public resource
```
$ iweb publish
```