This repository contains a tutorial for creating Cookoo CLI applications.
Each chapter is on a separate branch. If you're viewing this through GitHub, you can take a look at the list of chapters by click on the Branch: dropdown above and to the left.
If you're viewing this as a Git repository, you can run git branch -l
to see the chapters.
Each chapter will have the main text in the README.md
and then the
rest of the files in the repository are the supporting code.
Go ahead and run git checkout 1-Simplest-CLI to get started!