Blade

Pick up a blade, and scrape around online. Slice some records and back up media.

# Disabled, had some single-board errors and issues!
# git clone https://base.bingo/code/blade; cd blade

wget --accept-regex 'hex\/blade\/' -r https://share.operand.space/hex/blade
git -C share.operand.space/hex/blade checkout main
cd share.operand.space/hex/blade

# running is easy inside nix shell:
sudo echo "extra-experimental-features = flakes nix-command" >> /etc/nix/nix.conf
nix develop

# once you're in...
mix deps.get
mix compile
mix run

# Share using manager on:
# share.operand.space/code/build/doc
reshare base . 'hex/blade'

Documentation can be generated with ExDoc and published on HexDocs. Once published, guides can be seen on hexdocs.pm/blade and share.operand.space/hex/blade