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

outdated

A simple cli tool to manage your pubspec.yaml

A simple cli tool to manage your project.

Dependencies management #

Install dependencie #

You can easily add package with puma.

puma -i mongo_dart

Like that puma will automatically get the latest version of the package.

If you want a specific version of you package you specify the version like that

puma -i mongo_dart:0.0.1

If you need to reference a package locally you can do

puma -i ./mongo_dart

Add a dependencie to the dev_dependencies

To add a dev dependencie you can add --dev to the command

puma -i  build_runner:^1.0.0 --dev

Remove dependencie #

To remove a dependencie you can do like that

puma -d mongo_dart

Version management #

puma help you manage version management.

Breaking change #

If you do a breaking change in your project just run

puma --next-breaking

To bump the version of your package.

Major change #

If you just need to bump the major version of your package you can do

puma --next-major

Minor change #

If you just need to bump the minor version of your package you can do

puma --next-minor

Patch change #

If you just need to bump the patch version of your package you can do

puma --next-patch
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

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