pubspec_version 0.6.1+archived copy "pubspec_version: ^0.6.1+archived" to clipboard
pubspec_version: ^0.6.1+archived copied to clipboard

discontinuedreplaced by: cider

A CLI tool to set/bump the package version in pubspec.yaml. The "npm version" for Dart.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate pubspec_version

Use it

The package has the following executables:

$ pubver

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pubspec_version

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

dependencies:
  pubspec_version: ^0.6.1+archived

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pubspec_version/pubspec_version.dart';
9
likes
30
pub points
6%
popularity

Publisher

verified publisherkarapetov.com

A CLI tool to set/bump the package version in pubspec.yaml. The "npm version" for Dart.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

args, pub_semver, pubspec

More

Packages that depend on pubspec_version