better output, logging, and error handling
- All scripts should have nice, simple, descriptive, pretty console output
- If possible, look into Deno logging. It would be nice if API responses and more debug/troubleshooting info was logged to file
- determine best approach to handle errors (especially API errors). the script setup/tear-down may be sufficient (e.g., delete existing generic components at the beginning and end)