projects
/
candle
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Change work dir to include project name, keep around
[candle]
/
.candle
1
(:packages :candle :wolf :sheep)
2
(:name :candle
3
:tasks
4
((:name :wolf :directions
5
(wolf:pretty-print-check-directory "src"))
6
(:name :sheep :directions
7
(sheep:pretty-print-validate-packages :candle))))
8
; vim:ft=lisp