A sample command-line application with an entrypoint in bin/, library code
in lib/, and example unit test in test/.
example command
lazycli lib/view/home or lazycli lib/view/home HomeView
lazycli assets AssetsDataFile
Exclude any file
lazycli assets AssetsDataFile asstes/image/noneed
//for local
dart pub global activate --source path .
// for online
dart pub global activate lazycli