@simpill/image-ai-cli
v0.1.2
Published
CLI for AI image generation: ai-image-gen with generate, discover, list-models, config, and tool commands
Downloads
196
Maintainers
Readme
@simpill/image-ai-cli
Source and full documentation: github.com/SkinnnyJay/ai-image-generated-ai-cli
(npm does not pull from GitHub; this README is bundled in the package. For the latest docs, use the repo above.)
CLI for AI image generation. Provides the ai-image-gen binary. Part of the simpill toolkit. Supports Gemini, OpenAI, and xAI.
Install
npm install @simpill/image-ai-cliUse npx ai-image-gen or the binary at node_modules/.bin/ai-image-gen. Set GEMINI_API_KEY, OPENAI_API_KEY, or XAI_API_KEY (e.g. in .env) before using an engine.
Commands (summary)
| Command | Description |
|--------|-------------|
| help | Usage |
| config | Show config |
| list-models --engine <gemini\|openai\|xai> | List models |
| discover | Prompt discovery |
| generate | Generate image(s) |
| list-presets --preset-file <path> | List presets |
| scaffold --path <dir> | Create preset/meta scaffold |
| generate-batch | Batch by folder |
| review | Interactive accept/deny/regenerate |
| list-tools / run-tool --tool <id> | Asset tools |
Full CLI usage, presets, batch, review, and spritesheet mode: see the GitHub repo.
Repository
- GitHub: https://github.com/SkinnnyJay/ai-image-generated-ai-cli
- Issues: https://github.com/SkinnnyJay/ai-image-generated-ai-cli/issues
