kanza_cli
is a simple command line tool to generate folder and file structure for your flutter apps.
to use it, you should do the followings:
1. firstly, you should activate dart cli to run it globally:
dart pub global activate kanza_cli
after successful activation, you can use it.
lib
folder. then write a simple command yo generate:
2. ensure that, you are in the your flutter project directory, because it will generate folders and files in the kanza_cli create
and it will generate the following structure:
Comments are closed.