changelog_cli 0.0.6+1 copy "changelog_cli: ^0.0.6+1" to clipboard
changelog_cli: ^0.0.6+1 copied to clipboard

Simple CLI to generate basic changelog for your project using conventional commits

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate changelog_cli

Use it

The package has the following executables:

$ changelog_cli

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add changelog_cli

With Flutter:

 $ flutter pub add changelog_cli

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

dependencies:
  changelog_cli: ^0.0.6+1

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:changelog_cli/changelog_cli.dart';
7
likes
120
pub points
6%
popularity
screenshot

Publisher

verified publisherroszkowski.dev

Simple CLI to generate basic changelog for your project using conventional commits

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, collection, conventional_commit, equatable, file, git, mason_logger, pub_updater

More

Packages that depend on changelog_cli