Print a Dart release tag name.
More...
A simple command line application to print the tag name for the current version of your package.
dart pub global activate drt drt
Assuming a pubspec.yaml which contains:
version: 1.2.3
The drt command will print:
drt
v1.2.3 111
backstreets.site
Repository (GitHub)View/report issues
API reference
Unlicense (license)
pubspec_parse
Packages that depend on drt
Back