semver_sherpa 1.0.2 copy "semver_sherpa: ^1.0.2" to clipboard
semver_sherpa: ^1.0.2 copied to clipboard

Part of the Flutter Sherpa Suite; CLI to manage SemVer versions and Keep a Changelog updates for Dart/Flutter projects.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate semver_sherpa

Use it

The package has the following executables:

$ semver_sherpa

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add semver_sherpa

With Flutter:

 $ flutter pub add semver_sherpa

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

dependencies:
  semver_sherpa: ^1.0.2

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:semver_sherpa/semver_sherpa.dart';
8
likes
160
points
150
downloads

Publisher

verified publishercarlosf.dev

Weekly Downloads

Part of the Flutter Sherpa Suite; CLI to manage SemVer versions and Keep a Changelog updates for Dart/Flutter projects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, path, process_run, yaml

More

Packages that depend on semver_sherpa