Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thisisyusub/kanza-cli
A simple command-line application to generate simple folder and file structure for Flutter Applications
https://github.com/thisisyusub/kanza-cli
cli dart dart-cli
Last synced: about 2 months ago
JSON representation
A simple command-line application to generate simple folder and file structure for Flutter Applications
- Host: GitHub
- URL: https://github.com/thisisyusub/kanza-cli
- Owner: thisisyusub
- License: bsd-2-clause
- Created: 2021-10-19T12:34:12.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-24T05:01:52.000Z (almost 3 years ago)
- Last Synced: 2023-08-20T22:29:08.324Z (over 1 year ago)
- Topics: cli, dart, dart-cli
- Language: Dart
- Homepage: https://pub.dev/packages/kanza_cli
- Size: 52.7 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#### `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](https://github.com/thisisyusub/kanza-cli/blob/master/screenshoots/structure.png)