kanza_cli 0.3.0 copy "kanza_cli: ^0.3.0" to clipboard
kanza_cli: ^0.3.0 copied to clipboard

A simple command-line application to generate simple folder and file structure for Flutter Applications

example/readme.md

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.

2. Ensure that, you are in the your Flutter project directory, because it will generate folders and files in the lib folder. Then write a simple command yo generate:
kanza_cli create

And it will generate the following structure:

structure

6
likes
120
pub points
0%
popularity

Publisher

verified publisheryusubov.com

A simple command-line application to generate simple folder and file structure for Flutter Applications

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

args

More

Packages that depend on kanza_cli