File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ wget https://github.com/tastejs/todomvc/archive/master.zip
2
+ unzip master.zip
3
+
4
+ rm -rf todomvc/angularjs-perf
5
+ mv todomvc-master/architecture-examples/angularjs-perf todomvc/
6
+
7
+ rm -rf todomvc/backbone
8
+ mv todomvc-master/architecture-examples/backbone todomvc/
9
+
10
+ rm -rf todomvc/emberjs
11
+ mv todomvc-master/architecture-examples/emberjs todomvc/
12
+
13
+ rm -rf todomvc/knockoutjs
14
+ mv todomvc-master/architecture-examples/knockoutjs todomvc/
15
+
16
+ rm -rf todomvc/ractive
17
+ mv todomvc-master/labs/architecture-examples/ractive todomvc/
18
+
19
+ rm -rf todomvc/react
20
+ mv todomvc-master/architecture-examples/react todomvc/
21
+
22
+ rm master.zip
23
+ rm -rf todomvc-master
24
+
25
+ # om
26
+ wget https://github.com/swannodette/todomvc/archive/gh-pages.zip
27
+ unzip gh-pages.zip
28
+ rm -rf todomvc/om
29
+ mv todomvc-gh-pages/labs/architecture-examples/om todomvc/
30
+
31
+ rm -rf todomvc-gh-pages
32
+ rm gh-pages.zip
You can’t perform that action at this time.
0 commit comments