An open API service indexing awesome lists of open source software.

https://github.com/gurleensethi/pubspec_helper

A command line utility written in Dart!
https://github.com/gurleensethi/pubspec_helper

Last synced: 9 days ago
JSON representation

A command line utility written in Dart!

Awesome Lists containing this project

README

          

# pubspec_helper

A command line utiltiy written in Dart.

# Installation/Setup

Go to the [release section](https://github.com/gurleensethi/pubspec_helper/releases) and download the latest `pubspec_helper.dart.aot` file.

(Optional: Place it into the root of your project).

#### `pubspec_helper` requires `dartaotruntime` command line tool to run properly, so make sure to install `Dart` command line tools.

# Features

## Update Checker

Check which of your dependencies needs update and get its latest version.

Run the following command:
```shell
dartaotruntime pubspec_helper.dart.aot update -f pubspec.yaml
```

Example Output:
```
2 dependencies found.
1 dependency require update!

path:
1.6.1 -> 1.6.2
```