Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 700 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 700 Bytes

lockpick

style: very good analysis License: MIT

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

Usage

# Activate lockpick
pub global activate lockpick

# See usage information
lockpick --help

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