Sha256: ea7a2668af0814104575ba2b93bf71474b51785b73663eb046ee9afec9ae3a06

Contents?: true

Size: 457 Bytes

Versions: 3

Compression:

Stored size: 457 Bytes

Contents

# 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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
methadone-1.0.0.rc5 tutorial/toc.md
methadone-1.0.0.rc4 tutorial/toc.md
methadone-1.0.0.rc3 tutorial/toc.md