This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Description
Assuming /bin has foo, bar, and baz, and pubspec.yaml has:
name: foo
# ...
executables:
foo:
bar:
The "Installing" tab could show something like:
Scripts
If pubspec.yaml has no executables, then it could show:
pub global run foo ...
pub global run foo:bar ...
pub global run foo:baz ...