jpl_dart_version_autotag 2.3.4+21 copy "jpl_dart_version_autotag: ^2.3.4+21" to clipboard
jpl_dart_version_autotag: ^2.3.4+21 copied to clipboard

A package that to scan the pubspec.yaml file and automatically create or update a tag in git for it.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jpl_dart_version_autotag

With Flutter:

 $ flutter pub add jpl_dart_version_autotag

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  jpl_dart_version_autotag: ^2.3.4+21

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:jpl_dart_version_autotag/changelog_scanner.dart';
import 'package:jpl_dart_version_autotag/tag.dart';
0
likes
150
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A package that to scan the pubspec.yaml file and automatically create or update a tag in git for it.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, github, http, intl, logging, pub_semver, yaml

More

Packages that depend on jpl_dart_version_autotag