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!
- Host: GitHub
- URL: https://github.com/gurleensethi/pubspec_helper
- Owner: gurleensethi
- Created: 2019-06-06T06:10:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T02:35:25.000Z (over 6 years ago)
- Last Synced: 2025-01-29T18:30:21.717Z (9 months ago)
- Language: Dart
- Homepage:
- Size: 8.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```