https://github.com/ptone/cli-demo-cookbook
Collection of demo scenario and casts for Gemini CLI
https://github.com/ptone/cli-demo-cookbook
Last synced: 3 months ago
JSON representation
Collection of demo scenario and casts for Gemini CLI
- Host: GitHub
- URL: https://github.com/ptone/cli-demo-cookbook
- Owner: ptone
- License: apache-2.0
- Created: 2025-07-16T21:21:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-29T21:16:37.000Z (3 months ago)
- Last Synced: 2025-08-02T01:24:48.211Z (3 months ago)
- Language: Python
- Size: 744 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-gemini-cli - cli-demo-cookbook - Collection of demo scenario and casts for Gemini CLI. (Demo Collections & Examples)
- awesome-gemini-cli - **cli-demo-cookbook** - Collection of demo scenario and casts for Gemini CLI (Demo Collections & Examples)
README
# Gemini CLI Demo Cookbook
This repository is a cookbook of demos that showcase the features and use cases of the Gemini CLI. The demos are intended to provide practical examples of how to use the Gemini CLI to accomplish various software engineering tasks.
## Demos
Each Demo is contained in a subfolder and contains:
- Its own documentation/README
- Materials and code that provide a starting point for repeating the demo
- A .cast file recording made with [asciinema](https://asciinema.org/) of the demo being run
## Getting Started
To get started with these demos, you will need to have the Gemini CLI installed. You can find instructions on how to install the Gemini CLI in the [official documentation](https://github.com/google-gemini/gemini-cli).
Once you have the Gemini CLI installed, you can clone this repository and run the demos. Each demo directory contains a `README.md` file with instructions on how to run the demo.
## Contributing
Contributions to this repository are welcome. If you have a demo that you would like to add, please see the [contributing documentation](./CONTRIBUTING.md).
## License
This repository is licensed under the Apache 2.0 License. See the [LICENSE](LICENSE) file for more information.