kd_cli 0.0.1 kd_cli: ^0.0.1 copied to clipboard
This is a CLI to process the test and coverage report.
The Kd CLI was created to generate report for test and code-snippets.
Developed with 💙 by Sorbh
Quick Start 🚀 #
Installing 🧑💻 #
dart pub global activate kd_cli
Commands ✨ #
kd
#
- Create a test for report for mono repo in the root and see which package have passed the coverate limitation.
- Check you sample code snippet if they have unique gist id or other meta-data
🐳 A Kd Command Line Interface
Usage: kd <command> [arguments]
Global options:
-h, --help Print this usage information.
Available commands:
codesnippet kd codesnippet
Run the code snipper command.
test kd test <package-name>
Run the test or test coverage command. Run this command inside the repo and
Run "kd help <command>" for more information about a command.