semver_sherpa 1.0.2
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_sherpaUse 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_sherpaWith Flutter:
$ flutter pub add semver_sherpaThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
semver_sherpa: ^1.0.2Alternatively, 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';