deathbit
v0.0.1
Published
Audio Editor for 8-bit music/sfx
Readme
Deathbit
JS13K 2022
Commands
Commands are run through the rocket CLI. The most useful ones are as follows:
# Get a list of all the commands available
rocket -h
# Build the client and server
rocket build
# Build the client and server and then watch for changes
rocket watchconvert to .js
grep -rl '^import .* from "..[^.][^j][^s]"$' src | xargs sed -i 's/^(import . from "..*[^.][^j][^s])"$/\1.js"/g'
