drx 0.3.1 copy "drx: ^0.3.1" to clipboard
drx: ^0.3.1 copied to clipboard

Run Dart tools and GitHub release binaries like npx/uvx.

example/README.md

drx CLI example #

Install from pub.dev:

dart pub global activate drx

Use drx to run tools from pub.dev (default source):

drx melos -- --version
drx mason_cli:mason -- --help

Use drx with explicit sources:

drx --from pub:very_good_cli very_good -- --help
drx --from gh:cli/cli@v2.70.0 gh -- version
drx --from gh:BurntSushi/ripgrep rg -- --version
drx --from gh:junegunn/fzf fzf -- --version
drx --from gh:charmbracelet/gum gum -- --version
drx --allow-unsigned --from gh:sharkdp/fd fd -- --version

Use runtime controls for pub tools:

drx --runtime jit melos -- --version
drx --runtime auto melos -- --version

Inspect and manage cache:

drx cache list
drx cache prune --max-age-days 30 --max-size-mb 2048

List available versions:

drx versions melos --limit 5
drx versions gh:cli/cli --limit 10
drx --json versions gh:cli/cli --limit 3
1
likes
160
points
147
downloads

Publisher

verified publisherleehack.com

Weekly Downloads

Run Dart tools and GitHub release binaries like npx/uvx.

Repository (GitHub)
View/report issues

Topics

#cli #tooling #automation #github

Documentation

API reference

License

MIT (license)

Dependencies

archive, crypto, path, yaml

More

Packages that depend on drx