add cookbook for some shell-y things
This commit is contained in:
parent
62f850a413
commit
50644027e0
28
README.md
28
README.md
@ -1,2 +1,30 @@
|
|||||||
# snej
|
# snej
|
||||||
SNES-like engine in JavaScript
|
SNES-like engine in JavaScript
|
||||||
|
|
||||||
|
## cookbook
|
||||||
|
|
||||||
|
* set up environment in bashrc:
|
||||||
|
|
||||||
|
export SNEJ_ROOT=~/snej
|
||||||
|
|
||||||
|
* lint:
|
||||||
|
|
||||||
|
$SNEJ_ROOT/scripts/lint.sh
|
||||||
|
|
||||||
|
* deploy locally:
|
||||||
|
|
||||||
|
rm -rf ~/deploy/* && $SNEJ_ROOT/scripts/deploy.sh ~/deploy/
|
||||||
|
|
||||||
|
* deploy to famicol.in:
|
||||||
|
|
||||||
|
ssh mcmillen@famicol.in rm -rf 'famicolin/snej/*' && \
|
||||||
|
$SNEJ_ROOT/scripts/deploy.sh mcmillen@famicol.in:famicolin/snej
|
||||||
|
|
||||||
|
* annotate sprites:
|
||||||
|
|
||||||
|
python3 $SNEJ_ROOT/scripts/assets.py annotate-sprites
|
||||||
|
|
||||||
|
* stitch sprites:
|
||||||
|
|
||||||
|
python3 $SNEJ_ROOT/scripts/assets.py \
|
||||||
|
stitch-sprites $SNEJ_ROOT/bundle/spritesheet
|
||||||
|
Loading…
Reference in New Issue
Block a user