create-genkitx
v0.1.0
Published
Genkit project generator
Readme
create-genkitx
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.
Usage
Create a new Genkit project by running the following command:
npm create genkitxRequirements
- Node.js 20 or higher
- npm
Development
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