Skip to content

Commit c3baef3

Browse files
committed
Rewrite builder
1 parent 7f7d668 commit c3baef3

9 files changed

+1381
-1358
lines changed

README.md

+12-15
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Web front-end stack: browsers, platforms, libraries, frameworks, tools etc.
2020
## Prepare for environment
2121
You should have Visual Studio 2010+ installed in Windows.
2222

23-
1. Install [nodejs](https://nodejs.org).
23+
1. Install [nodejs](https://nodejs.org). (Shoule be >= iojs 1.8.0)
2424

2525
2. Install [Phantomjs](http://phantomjs.org).
2626

@@ -37,20 +37,17 @@ If the error occurs, you can check the dependence of [phantomjs-node](https://gi
3737

3838

3939
## Options
40-
### Usage
41-
node index task1 \[task2\] \[task3\] .. \[--option=value\] \[--option=value\] ...
42-
#### Tasks
43-
##### phantomjs
44-
For generate the image.
45-
##### readme
46-
For rebuild the readme.
47-
##### updatestargazers
48-
For Update the count of the Stargazers.
49-
#### Options
50-
#### port
51-
Default: 3000
52-
#### update_existed_stargazers
53-
Default: false
40+
```bash
41+
42+
-h, --help Display help message.
43+
-p, --port number (Default: 3000) Set the port what express listening.
44+
-ues, --update_existed_stargazers (Default: false) Update project's stargazers including existed.
45+
--phantomjs The task to generate the image.
46+
--readme The task to update readme.
47+
--updatestargazers The task to update the count of the stargazers.
48+
49+
```
50+
5451
5552
# What and why?
5653
Have you ever wondered:

README.zh-cn.md

+10-14
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,16 @@ https://github.com/unruledboy/WebFrontEndStack/blob/master/README.es-es.md
4040

4141

4242
## 选项
43-
### 用法
44-
node index task1 \[task2\] \[task3\] .. \[--option=value\] \[--option=value\] ...
45-
#### 任务
46-
##### phantomjs
47-
用于生成预览图。
48-
##### readme
49-
用于重新生成readme。
50-
##### updatestargazers
51-
用于更新Stargazers计数。
52-
#### 选项
53-
#### port
54-
默认: 3000
55-
#### update_existed_stargazers
56-
默认: false
43+
```
44+
45+
-h, --help Display this message.
46+
-p, --port number (Default: 3000) Set the port what express listening.
47+
-ues, --update_existed_stargazers (Default: false) Update project's stargazers including existed.
48+
--phantomjs The task to generate the image.
49+
--readme The task to update readme.
50+
--updatestargazers The task to update the count of the stargazers.
51+
52+
```
5753

5854
# 为什么?
5955
大家是否想过:

Web Front End Stack.es-es.png

289 KB
Loading

Web Front End Stack.png

286 KB
Loading

Web Front End Stack.zh-cn.png

287 KB
Loading

0 commit comments

Comments
 (0)