Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jeroen-meijer/lockpick
- Owner: jeroen-meijer
- License: mit
- Created: 2021-09-17T17:20:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T09:40:58.000Z (over 1 year ago)
- Last Synced: 2024-10-08T10:22:33.117Z (about 1 month ago)
- Topics: cli, dart, flutter, pub, pubspec, sync, tool
- Language: Dart
- Homepage: https://pub.dev/packages/lockpick
- Size: 50.8 KB
- Stars: 36
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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