post-push-party 0.1.1

Push code, earn points, throw a party!
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
cheat n:
    @cargo run --quiet --features dev -- cheat {{n}}

push n:
    @cargo run --quiet --features dev -- push {{n}}

reset:
    @cargo run --quiet --features dev -- reset

bonus track level:
    @cargo run --quiet --features dev -- bonus {{track}} {{level}}

party id:
    @cargo run --quiet --features dev -- party {{id}}

install:
    cargo install --path .