Last updated:
0 purchases
kidney
kidney #
Use kidney to apply shell commands to all dart packages in your directory:
kidney . --apply --verbose ls
copied to clipboard
Install #
dart pub global activate kidney
copied to clipboard
Examples #
Kidney part
Command part
Explenation
kidney . -av
ls
Executes ls in all packages
kidney . -a
flutter test
Run the tests in all directories
kidney .
ls
Start a dry run
Show help #
kidney
copied to clipboard
Run tests on all packages #
Change into your dev directory containing dart packages.
Execute the following command:
kidney . -a flutter test
copied to clipboard
Show the directory contents #
To see the folder contents, add the -v option and call ls:
kidney . -av ls
copied to clipboard
Do a dry-run #
Remove the -a option, to perform a dry run of the desired command:
kidney . -a ls
copied to clipboard
All options #
Long
Short
Explenation
--apply
-a
Without that option only a dry-run is done.
--verbose
-v
Prints CLI output of the commands
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.