Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeroen-meijer/lockpick

A CLI for syncing Dart dependency versions between pubspec.yaml and pubspec.lock files.
https://github.com/jeroen-meijer/lockpick

cli dart flutter pub pubspec sync tool

Last synced: 21 days ago
JSON representation

A CLI for syncing Dart dependency versions between pubspec.yaml and pubspec.lock files.

Awesome Lists containing this project

README

        

# lockpick

[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![License: MIT][license_badge]][license_link]

A CLI for syncing Dart dependency versions between pubspec.yaml and pubspec.lock files. 🔒

## Usage

```sh
# Activate lockpick
pub global activate lockpick

# See usage information
lockpick --help

# Sync dependency versions in the current directory
lockpick sync ./
```

[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis