gg_changelog 1.0.10 copy "gg_changelog: ^1.0.10" to clipboard
gg_changelog: ^1.0.10 copied to clipboard

gg_changelog offers various tools manipulate dart CHANGELOG.md files. Based on cider package.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate gg_changelog

Use it

The package has the following executables:

$ gg_changelog

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gg_changelog

With Flutter:

 $ flutter pub add gg_changelog

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

dependencies:
  gg_changelog: ^1.0.10

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:gg_changelog/gg_changelog.dart';
0
likes
160
pub points
27%
popularity

Publisher

verified publisherinlavigo.com

gg_changelog offers various tools manipulate dart CHANGELOG.md files. Based on cider package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, cider, gg_args, gg_console_colors, gg_log, gg_process, gg_status_printer, mocktail, path, pub_semver

More

Packages that depend on gg_changelog