Skip to content

Commit e542837

Browse files
committed
add update-frameworks.sh script
1 parent b0d60fa commit e542837

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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

0 commit comments

Comments
 (0)