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.
- Host: GitHub
- URL: https://github.com/masterminds/cookoo-cli-tutorial
- Owner: Masterminds
- Created: 2014-07-27T22:13:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T17:23:22.000Z (about 8 years ago)
- Last Synced: 2025-03-24T12:48:02.998Z (10 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!