cmd

Creator: coderz1093

Last updated:

0 purchases

cmd Image
cmd Images

Languages

Categories

Add to Cart

Description:

cmd

Flutter, a mobile development UI kit managed by Google comes with the handy CLI (Command Line Interface). It lets you do the same tasks that you perform using IDE. CMD package helps you quickly running the common CLI commands that are used in almost all Flutter projects by running pre-written scripts. Flutter developers find it difficult to type commands again and again and sometimes you need to run a series of commands one after another. This is where CMD package is helpful. Flutter's cmd package helps developers to save time by running scripts for performing the below operations:



flutter doctor
flutter run
flutter build
flutter clean
flutter pub
firebase deploy
gsutil cors
more coming soon...

Installation #
Add cmd as dev_dependency by running the command below:
flutter pub add -d cmd
copied to clipboard
OR
Add cmd this in your pubspec.yaml:
dev_dependencies:
cmd:
copied to clipboard
Run the following commands below to install cmd:
flutter pub get
dart run cmd:install
copied to clipboard
In your project root directory you will find a folder cmd that contains all available scripts.

├── project
│ ├── cmd
│ │ ├── doctor.sh
│ │ ├── run.sh
│ │ ├── build.sh
│ │ ├── clean.sh
│ │ ├── pub.sh
│ │ ├── deploy.sh
│ │ ├── cors_gcs.sh
copied to clipboard
Usage in VS Code 🧑🏻‍💻 #

Install Code Runner Extension
Right click on Script you want to execute and select Run Code
Alternatively use these short keys Ctrl + Alt + N when the script is opened.

Contribution 💙 #
You are warmly welcome for contributing cmd package. You may add single line scripts or batch scripts such as cmd/build.sh. Checkout this contribution guide.

Open Source Contributor from Punjab, Pakistan 🇵🇰

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.