A command-line tool to quickly bootstrap new Flutter projects with predefined architectural templates (TDD & MVC) and essential dependencies.
-
Automated Project Setup
Create a new Flutter project with a single command. -
Architectural Templates
Choose between a robust Test-Driven Development (TDD) and a Model-View-Controller (MVC) folder structure. -
Dependency Management
Automatically adds common packages tailored for your chosen architecture. -
Cross-Platform Compatibility
Supports project creation for all Flutter platforms (Android, iOS, Web, Windows, macOS, Linux). -
Clean and Professional Codebase
Built to provide a great starting point for any new Flutter project.
Make sure you have the following installed on your system:
- Python 3.8 or higher
- Flutter SDK
- Git
-
Clone the Repository
git clone https://github.com/nuhan021/flutter_nimo_cli.git cd flutter_nimo_cli -
Install Dependencies
pip install -r requirements.txt
-
Run the CLI
python main.py