This is a workshop exploring the capabilities of Gemini CLI.
You will need to have Node installed. I use Homebrew to install it. You could also install it manually from Node.js.
According to the official Gemini CLI docs, there are several ways to install it:
- Using npm:
npm install -g @gemini-cli/cli
- Using Homebrew:
brew install gemini-cli
My preferred approach is to use the following alias:
alias gemini="npx -y https://github.com/google-gemini/gemini-cli"
This will update Gemini CLI to the latest version on every invocation.
The workshop is in the branches.
Checkout step-01
branch:
git checkout step-01
Review the hardware/README.md
for what to do next.
TheaCodes built a large chunk of the infrastructure that this workshop is built upon. She designed the Micronova Eurorack Power Supply that is the schematic used in this workshop. She built KiCanvas which is the basis of the MCP tool that is built out in the course of this workshop.