puma 0.6.3 copy "puma: ^0.6.3" to clipboard
puma: ^0.6.3 copied to clipboard

puma (for Pubspec Manager) is a simple cli tool to manage your pubspec.yaml

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate puma

Use it

The package has the following executables:

$ puma

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add puma

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

dependencies:
  puma: ^0.6.3

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:puma/puma.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

puma (for Pubspec Manager) is a simple cli tool to manage your pubspec.yaml

Homepage
Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

args, build_cli_annotations, http, meta, pub_semver, yaml

More

Packages that depend on puma