https://github.com/matthewbub/asset_generator
Generate AI images via CLI with via the OpenAI API
https://github.com/matthewbub/asset_generator
ai cli inquirer openai
Last synced: about 2 months ago
JSON representation
Generate AI images via CLI with via the OpenAI API
- Host: GitHub
- URL: https://github.com/matthewbub/asset_generator
- Owner: matthewbub
- Created: 2025-07-01T07:06:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-02T05:01:18.000Z (about 1 year ago)
- Last Synced: 2025-08-03T16:58:20.148Z (11 months ago)
- Topics: ai, cli, inquirer, openai
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Asset Generator
Generate AI images via CLI with via the OpenAI API
https://github.com/user-attachments/assets/00692ff5-a38e-4284-95f4-ff8966137f06
> Disclaimer: I trimmed the loading segments, this demo does not reflect actual loading times
## Setup
```bash
git clone https://github.com/matthewbub/asset_generator
cd asset_generator
pnpm install
```
## Run
```bash
pnpm dev
```
or build for an executable
```bash
pnpm run build
chmod +x ./index.js
./index.js
```