comparison README.txt @ 171:8f5bfd2e5a35

README.txt makeitso.txt
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 18 Nov 2013 16:25:58 -0800
parents a7a7c364568a
children cffc729926b9
comparison
equal deleted inserted replaced
170:1b2ccecfff77 171:8f5bfd2e5a35
53 ----------- 53 -----------
54 54
55 python has the ability to run files from stdin. This means you can 55 python has the ability to run files from stdin. This means you can
56 run makeitso directly from the web:: 56 run makeitso directly from the web::
57 57
58 python <(curl http://k0s.org/mozilla/hg/MakeItSo/raw-file/tip/makeitso/makeitso.py) [URI] 58 python <(curl http://k0s.org/mozilla/hg/MakeItSo/raw-file/tip/makeitso/makeitso.py) [URI]
59 59
60 This uses the bash shell. If you have another shell you may have to 60 This uses the bash shell. If you have another shell you may have to
61 use another syntax, download the file, or install the package. 61 use another syntax, download the file, or install the package.
62
63
64 Similar Projects
65 ----------------
66
67 * http://cookiecutter.readthedocs.org/ ,
68 https://github.com/audreyr/cookiecutter
69
70 * https://github.com/lucuma/Voodoo