A project generator tool to easily get started with Genkit projects. With this tool, you can create a new Genkit project in just a few steps.
Create a new Genkit project by running the following command:
npm create genkitx- Node.js 20 or higher
- npm
For local development and testing of this package, follow these steps:
# Run this in the project root directory
npm link
# Navigate to the directory where you want to test the package
cd /path/to/test/directory
# Run the linked package
npx create-genkitx