dreamerai-alpha
v1.0.23-alpha.0
Published
## Overview Dreamer AI is a tool that generates CSS files from a single command. It provides functionality to set up the program, validate existing CSS, and generate new CSS.
Downloads
10
Readme
Dreamer AI: Alpha (dreamerai-alpha")
Overview
Dreamer AI is a tool that generates CSS files from a single command. It provides functionality to set up the program, validate existing CSS, and generate new CSS.
Installation
To set up the program, use the following command:
npx dreamer css --api-key OPENAI_API_KEY
or
export OPENAI_API_KEY='your_key_here'
Validation
To validate existing CSS or CSS generated from Dreamer, use the following command:
npx dreamer validate
Generation
To generate new CSS, run the following command:
npx dreamer css
Config
Replace OPENAI_API_KEY
with your actual OpenAI API key.