create-fleetbo-project 1.2.90 → 1.2.91

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.
@@ -182,9 +182,20 @@ yarn-error.log*
182
182
  }
183
183
  }
184
184
 
185
- console.log('\n \x1b[32m✓ [Fleetbo] Project successfully created!\x1b[0m');
186
- console.log(`\n Run: cd ${projectName} && npm run fleetbo`);
187
- console.log('\n \x1b[32m✓ [Fleetbo] To start architecting with Alex, run: npm run fleetbo alex\x1b[0m');
185
+ // ==========================================
186
+ // 🎯 L'ANNONCE DE SUCCÈS ET LE MINI-TUTO
187
+ // ==========================================
188
+ console.log('\n \x1b[1;32m✓ [Fleetbo] Project successfully created!\x1b[0m');
189
+ console.log(`\n Installation path: \x1b[36m${projectDir}\x1b[0m\n`);
190
+
191
+ console.log(' \x1b[1;33m🚀 NEXT STEPS (Mini-Tutorial):\x1b[0m');
192
+ console.log(' --------------------------------------------------');
193
+ console.log(` 1️ Navigate to your project : \x1b[36mcd ${projectName}\x1b[0m`);
194
+ console.log(' 2️ Launch the Fleetbo Engine : \x1b[36mnpm run fleetbo\x1b[0m');
195
+ console.log(' 3️ Summon Alex (AI Architect): \x1b[36mnpm run fleetbo alex\x1b[0m');
196
+ console.log(' --------------------------------------------------');
197
+ console.log('\n \x1b[2mHappy coding! Build something amazing without limits.\x1b[0m\n');
198
+
188
199
  console.log('');
189
200
 
190
201
  } catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fleetbo-project",
3
- "version": "1.2.90",
3
+ "version": "1.2.91",
4
4
  "description": "Creates a new Fleetbo project.",
5
5
  "main": "install-react-template.js",
6
6
  "bin": {