app framework.
Author: Early N.
+License: MIT
-===== Usage and License ========================================================
+===== Usage ====================================================================
-Copyright 2024 Early
-
-Don't.
-
-1. This work is deliberately unlicensed, and I reserve all rights until I think
- it's ready to be released.
-2. It's so very not ready for release. Untested, undocumented, messy. Seriously,
- even if you're going to do a piracy, don't do it with this.
+go get git.earlybird.gay/today-app@latest
===== Project Goals ============================================================
variables for commonly-changed things, like hosts, logging, etc.
2. (Done!) Process management. Ungraceful exits are lame, exits that could be
graceful but aren't are also lame.
-2. (Done!) Subprocess management. It should be pretty easy to implement a
+3. (Done!) Subprocess management. It should be pretty easy to implement a
reponsible subprocess that knows when it should stop and clean up after
itself.