pubm 0.2.0 copy "pubm: ^0.2.0" to clipboard
pubm: ^0.2.0 copied to clipboard

A Dart command line tool to help with managing pubspec dependencies.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate pubm

Use it

The package has the following executables:

$ pubm

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pubm

With Flutter:

 $ flutter pub add pubm

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

dependencies:
  pubm: ^0.2.0

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:pubm/pubm.dart';
5
likes
140
points
15
downloads

Publisher

verified publisherkushalm.xyz

Weekly Downloads

A Dart command line tool to help with managing pubspec dependencies.

Topics

#pubspec #pubspec-manager #pubspec-splitter #pubspec-updater #pubspec-dependency-manager

Documentation

API reference

License

MIT (license)

Dependencies

args, cli_util, collection, cupertino_icons, equatable, get_it, json2yaml, path, yaml

More

Packages that depend on pubm