@@ -4,6 +4,27 @@ Dotam pronounced as dot-am, means dotfiles automation。
4
4
5
5
<!-- TOC -->
6
6
7
+ - [ Dotam] ( #dotam )
8
+ - [ Why Another Automation Tool] ( #why-another-automation-tool )
9
+ - [ Features] ( #features )
10
+ - [ Quick Start] ( #quick-start )
11
+ - [ Installation] ( #installation )
12
+ - [ ** homebrew** ] ( #homebrew )
13
+ - [ ** Pre-build binaries** ] ( #pre-build-binaries )
14
+ - [ ** goland** ] ( #goland )
15
+ - [ ** Docker** ] ( #docker )
16
+ - [ ** debugging or install from source** ] ( #debugging-or-install-from-source )
17
+ - [ Usage] ( #usage )
18
+ - [ run] ( #run )
19
+ - [ initial a template] ( #initial-a-template )
20
+ - [ References] ( #references )
21
+ - [ Template module] ( #template-module )
22
+ - [ Docker module] ( #docker-module )
23
+ - [ Plugin] ( #plugin )
24
+ - [ Tempalte Syntax] ( #tempalte-syntax )
25
+ - [ FAQ] ( #faq )
26
+ - [ Get Support] ( #get-support )
27
+
7
28
<!-- /TOC -->
8
29
9
30
## Why Another Automation Tool
@@ -20,7 +41,7 @@ at the same time we also need to implement a system lock for resource racing).
20
41
21
42
I did some research, but no one meets this, so I try to build this one.
22
43
23
- ## 特性
44
+ ## Features
24
45
25
46
* language independent
26
47
* simple, low study curve
@@ -189,14 +210,14 @@ a strong and simple docker scheduler is necessary.
189
210
190
211
** Not Implemented**
191
212
192
- ### 模板语法
213
+ ### Tempalte Syntax
193
214
194
215
For some static variables you can just use {{variable}} mentioned above.
195
216
For some advanced template features, you can follow the [ pongo2] ( https://github.com/flosch/pongo2 ) project
196
217
197
- ## 注意及常见问题
218
+ ## FAQ
198
219
199
- ### 获取支持
220
+ ### Get Support
200
221
201
222
* if you have questions when using this tool, feel free to send me a email: ` techmesh@aliyun.com. `
202
223
0 commit comments