Week 5 Day 2 – Make Ataru talk
Yesterday we wrote down the functionality we want to implement by the end of our next sprint:
- a command line interface
- checking many markdown files at once
- naming the test methods created for each code sample after the name of the coresponding markdown file.
Today we implemented a very simple command line interface, made an executable file and created a gem out of the Ataru files. You could install Ataru now, if you wanted to 🙂
On the way we learned about the standards for command line interfaces.