Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 553 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 553 Bytes

DriveThruCLI

Local Usage

dart pub get
dart run bin/drive_thru.dart

Global Usage

dart pub global activate -sgit git@github.com:errorempire/DriveThruCLI.git
drivethru

Please make sure if you have the following line in your .bashrc / .zshrc / config.fish

export PATH="$PATH":"$HOME/.pub-cache/bin"

Uninstall

dart pub global deactivate drive_thru