changelog_cli 0.5.1 copy "changelog_cli: ^0.5.1" to clipboard
changelog_cli: ^0.5.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
copied to clipboard

Use it

The package has the following executables:

$ changelog_cli
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add changelog_cli
copied to clipboard

With Flutter:

 $ flutter pub add changelog_cli
copied to clipboard

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

dependencies:
  changelog_cli: ^0.5.1
copied to clipboard

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';
copied to clipboard
9
likes
140
points
297
downloads
screenshot

Publisher

verified publisherroszkowski.dev

Weekly Downloads

2024.09.23 - 2025.04.07

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on changelog_cli