aiesthetic-cli 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +2 -2
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -173,7 +173,7 @@ async function main() {
|
|
|
173
173
|
|
|
174
174
|
// Save Meta
|
|
175
175
|
fs.writeFileSync(path.join(outputDir, 'README.md'), assets.readme.markdown);
|
|
176
|
-
fs.writeFileSync(path.join(outputDir, '
|
|
176
|
+
fs.writeFileSync(path.join(outputDir, 'animation-prompt.txt'), assets.readme.animationPrompt);
|
|
177
177
|
|
|
178
178
|
console.log(`\n ${color.bold}${color.green}✨ GENERATION SUCCESSFUL${color.reset}`);
|
|
179
179
|
console.log(` ${color.dim}══════════════════════════════════════════════════════${color.reset}`);
|
|
@@ -184,7 +184,7 @@ async function main() {
|
|
|
184
184
|
console.log(` ${color.bold} NEXT STEPS FOR YOUR AI AGENT:${color.reset}`);
|
|
185
185
|
console.log(` 1. Open the generated README: ${color.cyan}${path.join(outputDir, 'README.md')}${color.reset}`);
|
|
186
186
|
console.log(` 2. Follow the technical instructions to build the site.`);
|
|
187
|
-
console.log(` 3. The
|
|
187
|
+
console.log(` 3. The animation-prompt.txt contains your ready-to-use system prompt.`);
|
|
188
188
|
console.log(` ${color.dim}══════════════════════════════════════════════════════${color.reset}\n`);
|
|
189
189
|
|
|
190
190
|
} catch (error) {
|