An open API service indexing awesome lists of open source software.

https://github.com/masterminds/cookoo-cli-tutorial

A Git-based tutorial for using Cookoo to write command line apps.
https://github.com/masterminds/cookoo-cli-tutorial

Last synced: 9 months ago
JSON representation

A Git-based tutorial for using Cookoo to write command line apps.

Awesome Lists containing this project

README

          

# The Cookoo CLI Tutorial

This repository contains a tutorial for creating Cookoo CLI
applications.

## How To Use This Book

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](https://github.com/Masterminds/cookoo-cli-tutorial/tree/1-Simplest-CLI) to get started!