# Methadone iBook A tutorial for how to use Methadone to make a command-line app A mixture of: * Text * Code * Screencasts # App We'll build the "fullstop" app that creates an app to manage our dotfiles. # Approach We'll do this thing entirely TDD # TOC 1. Overview of fullstop 2. Bootstrap app and write tests for UI 3. Get to pass using `OptionParser` 4. Add happy-path logic 5. Add error cases 6. Deep dive: Logging & Debugging 7. Deep dive: SH