FROREAI is an AI-powered CLI Project Generator built with TypeScript.
It helps developers quickly scaffold new projects with all necessary packages, configurations, and dynamic options based on user input — all in the terminal.
Think of it as your personal project assistant that understands commands and generates fully-setup projects automatically.
- Interactive CLI prompts powered by Inquirer.js
- AI-driven understanding of project requirements (dynamic options)
- Automatic setup of dependencies and configurations
- Supports multiple frameworks (e.g., Express, React, Next.js)
- Saves project configuration for future reference (optional database integration)
- Ready-to-run TypeScript setup
- Node.js v18+
- pnpm (or npm/yarn)
- Git (optional)
Clone the repository:
git clone https://github.com/yourusername/froreai.git
cd froreai